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 loewis
Recipients loewis, pitrou, rhettinger, stutzbach
Date 2008-12-18.06:12:55
SpamBayes Score 0.0013681643
Marked as misclassified No
Message-id <1229580778.51.0.608543050511.issue4688@psf.upfronthosting.co.za>
In-reply-to
Content
IIUC, you try to find various places where tuples are created, and check
whether they create tuples that don't need tracking.

I think this approach is difficult to maintain, and also may miss some
objects.

I'd rather see that integrated into collection: e.g. when iterating over
survivors of a collection, check whether they can be untracked.
History
Date User Action Args
2008-12-18 06:12:58loewissetrecipients: + loewis, rhettinger, pitrou, stutzbach
2008-12-18 06:12:58loewissetmessageid: <1229580778.51.0.608543050511.issue4688@psf.upfronthosting.co.za>
2008-12-18 06:12:57loewislinkissue4688 messages
2008-12-18 06:12:56loewiscreate