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 benjamin.peterson
Recipients barry, benjamin.peterson, isoschiz, ncoghlan, pitrou, sbt
Date 2013-04-20.15:44:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366472652.1.0.281343699595.issue17800@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand why we need to invent a protocol for this. The gc module already has methods and members for introspecting the collection. I don't think the gen special casing currently needs to be generalized. (What would use it?)
History
Date User Action Args
2013-04-20 15:44:12benjamin.petersonsetrecipients: + benjamin.peterson, barry, ncoghlan, pitrou, sbt, isoschiz
2013-04-20 15:44:12benjamin.petersonsetmessageid: <1366472652.1.0.281343699595.issue17800@psf.upfronthosting.co.za>
2013-04-20 15:44:12benjamin.petersonlinkissue17800 messages
2013-04-20 15:44:11benjamin.petersoncreate