using modules in destructors

samtygier at gmail.com samtygier at gmail.com
Sat Oct 25 11:54:06 EDT 2008


It seems to me that deleting local instances before imported modules
would solve the problem. Is it not possible for the interpreter to get
this right? Or are there cases where this would break stuff.

It seems rather unpythonic for the __del__() method to become
unpredictable at exit.



More information about the Python-list mailing list