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 vstinner
Date 2013-08-29.00:57:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377737878.67.0.991801048271.issue18874@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that the DisplayGarbage class is still useful. The PEP 442 has been implemented in Python 3.4, so objects with __del__() method are no more "uncollectable". I don't know which kind of objects can enter the gc.garbage list (by default, not using gc.set_debug(gc.DEBUG_SAVEALL)).
History
Date User Action Args
2013-08-29 00:57:58vstinnersetrecipients: + vstinner
2013-08-29 00:57:58vstinnersetmessageid: <1377737878.67.0.991801048271.issue18874@psf.upfronthosting.co.za>
2013-08-29 00:57:58vstinnerlinkissue18874 messages
2013-08-29 00:57:58vstinnercreate