[docs] [issue15233] atexit: guarantee order of execution of registered functions?

Charles-François Natali report at bugs.python.org
Sun Jul 1 12:17:29 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

It is guaranteed by libc's atexit(3), and should also be guaranteed here.

----------
nosy: +neologix

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


More information about the docs mailing list