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 Joshua.Harlow, gvanrossum, martin.panter, vstinner, yselivanov
Date 2015-07-10.06:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaug9JVN7mM0gERfBCy6Lr56D8YB6Mvh0ucVohsqfenfQ@mail.gmail.com>
In-reply-to <1436500587.33.0.314859695322.issue24598@psf.upfronthosting.co.za>
Content
Python 3.4 is able to break reference cycles even if an object part of the
cycle has a destructor. See the PEP 442.
History
Date User Action Args
2015-07-10 06:35:56vstinnersetrecipients: + vstinner, gvanrossum, martin.panter, yselivanov, Joshua.Harlow
2015-07-10 06:35:56vstinnerlinkissue24598 messages
2015-07-10 06:35:56vstinnercreate