destructors -- when are they called?

Courageous jkraska1 at san.rr.com
Tue May 30 01:27:21 EDT 2000


When writing a C language extension, is it guaranteed that the
moment your object's reference count is reduced to zero it's
destructor will be called? (I have a situation in which this
may matter).


C/



More information about the Python-list mailing list