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 pitrou
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, ezio.melotti, jcea, kaizhu, pitrou, terry.reedy
Date 2013-08-12.11:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376306749.48.0.559661155714.issue12075@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, __del__ will interfere with garbage collection before Python 3.4. This is pretty much expected (and is fixed in Python 3.4, but won't be backported).
History
Date User Action Args
2013-08-12 11:25:49pitrousetrecipients: + pitrou, terry.reedy, jcea, amaury.forgeotdarc, benjamin.peterson, ezio.melotti, kaizhu, Arfrever
2013-08-12 11:25:49pitrousetmessageid: <1376306749.48.0.559661155714.issue12075@psf.upfronthosting.co.za>
2013-08-12 11:25:49pitroulinkissue12075 messages
2013-08-12 11:25:49pitroucreate