[issue32777] subprocess: child_exec() uses _Py_set_inheritable() which is not async-signal-safe

Gregory P. Smith report at bugs.python.org
Tue Feb 6 01:09:36 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:


New changeset c1e46e94de38a92f98736af9a42d89c3975a9919 by Gregory P. Smith (Alexey Izbyshev) in branch 'master':
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
https://github.com/python/cpython/commit/c1e46e94de38a92f98736af9a42d89c3975a9919


----------

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


More information about the Python-bugs-list mailing list