[New-bugs-announce] [issue15233] atexit: guarantee order of execution of registered functions?

Georg Brandl report at bugs.python.org
Sun Jul 1 09:58:41 CEST 2012


New submission from Georg Brandl <georg at python.org>:

Currently, the atexit docs state

"The order in which the functions are called is not defined" in the introduction and

"all functions registered are called in last in, first out order" in the docs of the atexit() function.

While the latter is correct, I don't think we should guarantee that behaviour by documenting it.  Suggestions?

----------
assignee: docs at python
components: Documentation
messages: 164454
nosy: docs at python, georg.brandl, loewis, pitrou
priority: normal
severity: normal
status: open
title: atexit: guarantee order of execution of registered functions?
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list