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 neologix
Recipients neologix, pitrou, sbt, skrah
Date 2012-05-28.13:03:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338210227.28.0.373818265501.issue14930@psf.upfronthosting.co.za>
In-reply-to
Content
> I did think about using gc.collect(), but I was not sure whether it was
> guaranteed to collect everything possible if you only call it only once.  
> (I know nothing about garbage collectors.)

You could use support.gc_collect() for that.
History
Date User Action Args
2012-05-28 13:03:47neologixsetrecipients: + neologix, pitrou, skrah, sbt
2012-05-28 13:03:47neologixsetmessageid: <1338210227.28.0.373818265501.issue14930@psf.upfronthosting.co.za>
2012-05-28 13:03:46neologixlinkissue14930 messages
2012-05-28 13:03:46neologixcreate