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 kristjan.jonsson
Recipients Jim.Jewett, amaury.forgeotdarc, asvetlov, dstanek, kristjan.jonsson, loewis, pitrou, rhettinger, stutzbach, tim.peters
Date 2012-04-07.10:33:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333794840.34.0.605765142315.issue9141@psf.upfronthosting.co.za>
In-reply-to
Content
Btw. tangentially related to this discussion, issue 10576 aims to make the situation with uncollectable objects a little more bearable.  An application can listen for garbage collection, visit gc.garbage and deal with its problematic types in its own way.
History
Date User Action Args
2012-04-07 10:34:00kristjan.jonssonsetrecipients: + kristjan.jonsson, tim.peters, loewis, rhettinger, amaury.forgeotdarc, pitrou, dstanek, stutzbach, asvetlov, Jim.Jewett
2012-04-07 10:34:00kristjan.jonssonsetmessageid: <1333794840.34.0.605765142315.issue9141@psf.upfronthosting.co.za>
2012-04-07 10:33:59kristjan.jonssonlinkissue9141 messages
2012-04-07 10:33:59kristjan.jonssoncreate