[Cython] Refcount nanny status

Stefan Behnel stefan_ml at behnel.de
Fri Jan 9 08:28:24 CET 2009


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




More information about the Cython-dev mailing list