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