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

Tal Einat report at bugs.python.org
Fri Jul 6 03:25:22 EDT 2018


Tal Einat <taleinat at gmail.com> added the comment:

> we could definitely have a separate "atexec" handler

Couldn't coverage.py and similar apps can just invoke the atexit handlers before calling os.execv() or similar?  If so, perhaps a mention of this in the docs would suffice?

----------
nosy: +taleinat

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


More information about the Python-bugs-list mailing list