reference counter and __del__

Thomas Thiele thiele at muc.das-werk.de
Mon Jul 10 09:10:52 EDT 2000


1. I have the problem that not all of my objects are destroyed and I
don't know where and why, so I wonder if there a way to check out from
where and how many references to a special object exists? 

2. When __del__ is called the object will be detroyed, correct?

3. Why is __init__ not called when I unpickle an object? 

Thomas



More information about the Python-list mailing list