Is this a bug? Python intermittently stops dead for seconds

Fredrik Lundh fredrik at pythonware.com
Sun Oct 1 12:36:00 EDT 2006


Charlie Strauss wrote:

> Sorry to be slow but I don't know what "looking at the status
 > message" means.

did you add

import gc
gc.set_debug(gc.DEBUG_STATS)

to the top of the program?  (you need to run it to see the status 
messages, of course)

</F>




More information about the Python-list mailing list