Garbage collection

Simon Pickles sipickles at googlemail.com
Tue Feb 19 03:38:30 EST 2008


Ken wrote:
> What is your __del__ method doing?
>   
Actually, nothing but printing a message when the object is deleted, 
just morbid curiosity.

I've yet to see one of the destructor messages, tho....

>
>   from sys import getrefcount
>   print getrefcount(x)
>
>   
Perfect, thanks

Simon



More information about the Python-list mailing list