destructors order not guaranteed?

Fredrik Lundh fredrik at effbot.org
Tue Oct 31 17:26:35 EST 2000


William wrote:
> Which is what I would like, but I guess this will take some getting
> used to ... I really do prefer LIFO order.

it doesn't matter what you prefer, or what the current
version of CPython happens to do: it's perfectly legal for
a Python implementation to *never* call any destructors
at all...

you have been warned ;-)

</F>





More information about the Python-list mailing list