[issue35823] Use vfork() in subprocess on Linux

Alexey Izbyshev report at bugs.python.org
Fri Jun 26 11:48:04 EDT 2020


Alexey Izbyshev <izbyshev at ispras.ru> added the comment:

I'd really like to get this merged eventually because vfork()-based solution is fundamentally more generic than posix_spawn(). Apart from having no issue with close_fds=True, it will also continue to allow subprocess to add any process context tweaks without waiting for availability of corresponding features in posix_spawn().

If there is no objection from Gregory or other devs, I can pick up from where I left in two weeks.

----------

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


More information about the Python-bugs-list mailing list