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 loewis
Recipients loewis, pitrou
Date 2009-01-12.13:22:32
SpamBayes Score 0.12188749
Marked as misclassified No
Message-id <1231766554.88.0.577972764197.issue4924@psf.upfronthosting.co.za>
In-reply-to
Content
It should be possible to trigger this by invoking gc.collect in an
__del__ implementation of an object that is attached to a cycle.

However, I don't think this is an important issue; +0 for resolving this
by documenting the status quo (instead of making the implementation
match the documentation).
History
Date User Action Args
2009-01-12 13:22:35loewissetrecipients: + loewis, pitrou
2009-01-12 13:22:34loewissetmessageid: <1231766554.88.0.577972764197.issue4924@psf.upfronthosting.co.za>
2009-01-12 13:22:33loewislinkissue4924 messages
2009-01-12 13:22:33loewiscreate