[issue6531] atexit_callfuncs() crashing within Py_Finalize() when using multiple interpreters.

Antoine Pitrou report at bugs.python.org
Wed Jan 18 00:12:41 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Hmm something else: currently the atexit funcs are only called when the main interpreter exits, but that doesn't really make sense: if I register a function from a sub-interpreter, why would it execute correctly from another interpreter? All kind of fun things can happen...

----------

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


More information about the Python-bugs-list mailing list