[issue35537] use os.posix_spawn in subprocess

Serhiy Storchaka report at bugs.python.org
Thu Dec 20 06:15:37 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

We need to add tests for all corner cases. I.e. disabling any of conditions for posix_spawn should cause the failure.

We need to do also something with PyOS_BeforeFork/PyOS_AfterFork_Child/PyOS_AfterFork_Parent.

----------
nosy: +pablogsal, pitrou, serhiy.storchaka

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


More information about the Python-bugs-list mailing list