[issue16822] execv (et al.) should invoke atexit handlers before executing new code

Ned Batchelder report at bugs.python.org
Fri Jul 6 07:41:15 EDT 2018


Ned Batchelder <ned at nedbatchelder.com> added the comment:

Coverage.py is registering a handler to save data before the program ends.  The execv call is not in the coverage.py code, it's in the program that coverage.py is running.

----------

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


More information about the Python-bugs-list mailing list