[Python-Dev] finalization again

Guido van Rossum guido@python.org
Thu, 09 Mar 2000 14:51:46 -0500


> As an alternative, is it possible to move those cycles to the garbage list
> and then never look at them again? That would speed up future collection
> processing.

With the current approach, that's almost automatic :-)

I'd rather reclaim the memory too.

--Guido van Rossum (home page: http://www.python.org/~guido/)