En Wed, 12 Dec 2007 20:12:43 -0300, Object01 <[EMAIL PROTECTED]> escribi�:

> I don't know much about the timing of Python's garbage collection.  Is
> it pretty aggressive?

As soon as the reference count reaches zero (at least for current CPython  
version). Objects that are part of a reference cycle may take a while but  
are detected and collected eventually.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to