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 ocean-city
Recipients ocean-city, pitrou
Date 2009-01-12.15:08:22
SpamBayes Score 0.00017148434
Marked as misclassified No
Message-id <1231772905.18.0.390990818537.issue4921@psf.upfronthosting.co.za>
In-reply-to
Content
A little followup. Attached script q112.py (some puzzle program) ate up 
my RAM (80MB) and never ran GC while solving. Current python GC looks 
at the number of GC objects, but GC object like set object can contain 
many non GC object, so... I feel it would be nice if there is better GC 
triger/timing.
History
Date User Action Args
2009-01-12 15:08:25ocean-citysetrecipients: + ocean-city, pitrou
2009-01-12 15:08:25ocean-citysetmessageid: <1231772905.18.0.390990818537.issue4921@psf.upfronthosting.co.za>
2009-01-12 15:08:24ocean-citylinkissue4921 messages
2009-01-12 15:08:24ocean-citycreate