[issue34663] Support POSIX_SPAWN_USEVFORK flag in posix_spawn

Serhiy Storchaka report at bugs.python.org
Sat Sep 15 00:37:09 EDT 2018


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

If vfork() is used ob FreeBSD, wouldn't be better to make use_vfork=True the default on FreeBSD and raise an error on use_vfork=False?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list