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()?