[Python-3000] Delayed reference counting idea

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Sep 22 01:57:08 CEST 2006


Marcin 'Qrczak' Kowalczyk wrote:

> It's not hard realtime. There are no strict guarantees, and a single
> large object is processed in whole.

I know. What I mean to say, I think, is can it be
designed so that there cannot be any pauses longer
than there would have been if freeing had been
performed as early as possible by refcounting.

--
Greg


More information about the Python-3000 mailing list