help on understanding garbage collection

David Tremouilles david.trem at gmail.com
Sat Oct 6 13:09:52 EDT 2007


Hello,

 I would need help to understand how garbage collection work and how
to "trace" objects...
An example is joined where and object is created and deleted.
Why in the second part of the example I do not see any object removed:
"
----------------------------------------
Removed objects: 0
[]
--------------------
"

Thanks for your help,

David



More information about the Python-list mailing list