[issue9788] atexit and execution order

Skip Montanaro report at bugs.python.org
Tue Sep 7 12:59:18 CEST 2010


Skip Montanaro <skip at pobox.com> added the comment:

I'm sure you can craft cases where one order is preferable to
another, but I don't think you can make the case in general
that first in, first out is preferable to last in, first out,
or any other ordering of exit functions.

----------
nosy: +skip.montanaro

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9788>
_______________________________________


More information about the Python-bugs-list mailing list