Memory leak when creating lots of object

Terry Reedy tjreedy at udel.edu
Fri Aug 17 13:46:44 EDT 2007


"Godzilla" <godzillaismad at gmail.com> wrote in message 
news:1187322688.545415.122010 at i38g2000prf.googlegroups.com...
| What should I do next? Can I force garbage collection manually? If so,
| how do I do that?

Read doc for gc module.  I think
import gc
gc.collect()






More information about the Python-list mailing list