[Python-3000] Delayed reference counting idea

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Sep 20 10:53:20 CEST 2006


Marcin 'Qrczak' Kowalczyk wrote:

> Why do you want to free memory at a particular point of time?

I don't. However, I *do* want it freed by the time I
need it again, and I *don't* want unpredictable pauses
to catch up on backed-up memory-freeing, so that my
animations run smoothly.

--
Greg


More information about the Python-3000 mailing list