gc.setthreshold()?

Jay Collins jcollin at exis.net
Tue Apr 17 10:35:14 EDT 2001


I was wondering if anyone has any tips for using gc.setthreshold()?  

I added :

gc.enable()
gc.set_debug(gc.DEBUG_STATS)
gc.set_threshold(1,2,3)

to one of my programs and I got all kinds of neato output that I have no
idea what it does. heheh

anyways, how would you figure out what to put in gc.set_threshold()?




More information about the Python-list mailing list