This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients eric.snow, jdemeyer, matrixise, pitrou, scoder, serhiy.storchaka
Date 2019-04-08.10:36:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554719803.67.0.710740134269.issue35983@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-08 10:36:43jdemeyersetrecipients: + jdemeyer, pitrou, scoder, eric.snow, serhiy.storchaka, matrixise
2019-04-08 10:36:43jdemeyersetmessageid: <1554719803.67.0.710740134269.issue35983@roundup.psfhosted.org>
2019-04-08 10:36:43jdemeyerlinkissue35983 messages
2019-04-08 10:36:43jdemeyercreate