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 ishimoto
Recipients docs@python, ishimoto
Date 2011-02-27.15:03:12
SpamBayes Score 0.069943346
Marked as misclassified No
Message-id <1298818993.14.0.492098392223.issue11346@psf.upfronthosting.co.za>
In-reply-to
Content
In the gc.garbage of the library ref of gc module, 
  
  ... this list contains only objects with __del__() methods.

This is not true, since gc.garbage will contain generator object with try-finally block.
History
Date User Action Args
2011-02-27 15:03:13ishimotosetrecipients: + ishimoto, docs@python
2011-02-27 15:03:13ishimotosetmessageid: <1298818993.14.0.492098392223.issue11346@psf.upfronthosting.co.za>
2011-02-27 15:03:12ishimotolinkissue11346 messages
2011-02-27 15:03:12ishimotocreate