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 serhiy.storchaka
Recipients josh.r, jwilk, oconnor663, pitrou, serhiy.storchaka, vstinner
Date 2014-09-19.08:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411116688.17.0.715805984555.issue22427@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed a bug in the test and partially addressed Victor's and Yury's comments.

Antoine, could your pleas answer following question?

Is it safe to remove the "self._finalizer is not None" check in cleanup()? I.e. is it possible that self._finalizer becomes None at garbage collection?
History
Date User Action Args
2014-09-19 08:51:28serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, jwilk, josh.r, oconnor663
2014-09-19 08:51:28serhiy.storchakasetmessageid: <1411116688.17.0.715805984555.issue22427@psf.upfronthosting.co.za>
2014-09-19 08:51:28serhiy.storchakalinkissue22427 messages
2014-09-19 08:51:27serhiy.storchakacreate