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.12:04:13
SpamBayes Score 0.003918016
Marked as misclassified No
Message-id <1229601856.2.0.346226815378.issue4688@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which combines the alternate approach (untrack simple
objects when doing a GC collection) for tuples and dicts.
I'm surprised by the results: after a full regression test suite, there
are roughly 55000 tracked objects (measured with len(gc.get_objects()))
while there are 150000 of them with the original interpreter.

Some eyes are welcome.
History
Date User Action Args
2008-12-18 12:04:16pitrousetrecipients: + pitrou, loewis, rhettinger, gregory.p.smith, stutzbach
2008-12-18 12:04:16pitrousetmessageid: <1229601856.2.0.346226815378.issue4688@psf.upfronthosting.co.za>
2008-12-18 12:04:15pitroulinkissue4688 messages
2008-12-18 12:04:14pitroucreate