[issue42639] Make atexit state per interpreter

STINNER Victor report at bugs.python.org
Tue Dec 15 11:17:11 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Ok, the initial issue is now fixed. It's possible to have more than one atexit module instance, registered callbacks in one or the other module are all called as expected. I also wrote an unit test for that.

I also took the opportunity of this issue to modernize the C code base, fix a bug in test_atexit (no longer clear atexit callbacks, run tests in subprocesses), and enhance atexit._run_exitfuncs(): log all callback exceptions using sys.unraisablehook so it's possible to catch them using the hook.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list