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 pitrou
Date 2008-12-17.23:41:06
SpamBayes Score 0.001721146
Marked as misclassified No
Message-id <1229557269.64.0.0932795571555.issue4688@psf.upfronthosting.co.za>
In-reply-to
Content
Split out from #4074, here is a standalone patch which disables GC
tracking for simple tuples (tuples made of atomic objects or immutable
containers, possibly nested). The performance improvement can be
evaluated using tuple_gc_hell.py from #4074.

The patch also adds a function named is_tracked() to the gc module.
History
Date User Action Args
2008-12-17 23:41:10pitrousetrecipients: + pitrou
2008-12-17 23:41:09pitrousetmessageid: <1229557269.64.0.0932795571555.issue4688@psf.upfronthosting.co.za>
2008-12-17 23:41:08pitroulinkissue4688 messages
2008-12-17 23:41:08pitroucreate