[issue34663] Support POSIX_SPAWN_USEVFORK flag in posix_spawn

Ronald Oussoren report at bugs.python.org
Tue Sep 18 06:26:44 EDT 2018


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

@vstinner: another option is to ignore "use_vfork" on platforms that don't have POSIX_SPAWN_USEVFORK. Using vfork or not is primarily a optimisation, ignoring the flag should not result in different behaviour (other than speed).

----------
nosy: +ronaldoussoren

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


More information about the Python-bugs-list mailing list