Longpoke <longpoke <at> gmail.com> writes: > So either this test case is wrong to assume the destructor can only be > called once, or there is a bug in Python?
Destructors can be called more than once in CPython, but other implementations have proper finalization behavior. -- http://mail.python.org/mailman/listinfo/python-list