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 pablogsal
Recipients methane, pablogsal, xtreak
Date 2019-03-01.08:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551428085.52.0.563635168046.issue36155@roundup.psfhosted.org>
In-reply-to
Content
This may be more complicated that it seems as these two statements are true at the same time:

l in gc.get_objects(generation=0)
True
p l in gc.get_objects(generation=2)
True
History
Date User Action Args
2019-03-01 08:14:45pablogsalsetrecipients: + pablogsal, methane, xtreak
2019-03-01 08:14:45pablogsalsetmessageid: <1551428085.52.0.563635168046.issue36155@roundup.psfhosted.org>
2019-03-01 08:14:45pablogsallinkissue36155 messages
2019-03-01 08:14:45pablogsalcreate