TCP reset caused by socket.py

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Dec 13 13:39:47 EST 2007


En Wed, 12 Dec 2007 20:12:43 -0300, Object01 <object01 at gmail.com> 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




More information about the Python-list mailing list