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 vstinner
Recipients amajorek, beardedp, giampaolo.rodola, python-dev, vstinner
Date 2014-06-27.21:54:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403906064.53.0.862629592199.issue11453@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the issue in Python 3.4 and 3.5, thanks for the report.

In Python 3.4+, it's safe to add a destructor (__del__ method): even if the object is part of a reference cycle, it will be destroyed. It's not the case in Python 2.7. I prefer to leave Python 2.7 unchanged to limit the risk of regression.
History
Date User Action Args
2014-06-27 21:54:24vstinnersetrecipients: + vstinner, giampaolo.rodola, amajorek, beardedp, python-dev
2014-06-27 21:54:24vstinnersetmessageid: <1403906064.53.0.862629592199.issue11453@psf.upfronthosting.co.za>
2014-06-27 21:54:24vstinnerlinkissue11453 messages
2014-06-27 21:54:24vstinnercreate