Jeroen Demeyer <j.deme...@ugent.be> added the comment:

In Python 3, the resurrection issue probably appears too. But it's not so much 
a problem since __del__ (mapped to tp_finalize) is only called once anyway. So 
there are no bad consequences if the object is resurrected incorrectly.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35983>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to