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 pitrou
Recipients gregory.p.smith, loewis, pitrou, rhettinger, stutzbach
Date 2008-12-18.09:36:31
SpamBayes Score 0.035704155
Marked as misclassified No
Message-id <1229592985.9355.10.camel@localhost>
In-reply-to <1229592517.9355.7.camel@localhost>
Content
> > I'd rather see that integrated into collection: e.g. when iterating over
> > survivors of a collection, check whether they can be untracked.
> 
> That's what I had tried at first, but it crashes.

To be clearer, I tried adding it to the tp_traverse method of tuples. I
could try to add it to the collection machinery in gcmodule.c instead.
History
Date User Action Args
2008-12-18 09:36:32pitrousetrecipients: + pitrou, loewis, rhettinger, gregory.p.smith, stutzbach
2008-12-18 09:36:31pitroulinkissue4688 messages
2008-12-18 09:36:31pitroucreate