[issue31901] atexit callbacks only called for current subinterpreter

Nick Coghlan report at bugs.python.org
Tue Oct 31 04:14:02 EDT 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

For the main interpreter, Py_Finalize should be destroying all other subinterpreters as one of the first things it does, so if we're *not* currently doing that, it would make sense to fix it as part of Eric's subinterpreters PEP.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31901>
_______________________________________


More information about the Python-bugs-list mailing list