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 amaury.forgeotdarc
Recipients David.Butler, amaury.forgeotdarc
Date 2011-12-16.23:43:32
SpamBayes Score 9.013815e-07
Marked as misclassified No
Message-id <1324079013.73.0.917485533243.issue13616@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure that the program is really stuck in the gc module?
The loop you mention has to go through all objects of the process.  It's possible that it allocated many objects, that one garbage collection takes a few seconds, and even that most of the time is spent inside the garbage collector.
But can you check whether this function terminates?  For example, you could put a breakpoint in the collect() function.
History
Date User Action Args
2011-12-16 23:43:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, David.Butler
2011-12-16 23:43:33amaury.forgeotdarcsetmessageid: <1324079013.73.0.917485533243.issue13616@psf.upfronthosting.co.za>
2011-12-16 23:43:33amaury.forgeotdarclinkissue13616 messages
2011-12-16 23:43:33amaury.forgeotdarccreate