Hi, Michael Abshoff wrote: > I think running things in a loop until they no longer grow the heap is > great, but running it twice will likely not even come close to cutting > it.
It should work pretty well (and pretty slowly, obviously) if you run a full GC after each repetition and before you check the refcounts. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
