[issue34663] Support POSIX_SPAWN_USEVFORK flag in posix_spawn

Serhiy Storchaka report at bugs.python.org
Tue Sep 18 10:18:02 EDT 2018


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

If glibc already uses vfork() if it is safe, I suppose that using vfork() in other cases is unsafe, and we shouldn't support this nonstandard option.

----------

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


More information about the Python-bugs-list mailing list