[issue34663] Support POSIX_SPAWN_USEVFORK flag in posix_spawn
STINNER Victor
report at bugs.python.org
Fri Sep 14 17:43:30 EDT 2018
STINNER Victor <vstinner at redhat.com> added the comment:
I discussed with Pablo (at the CPython sprint) about the case of FreeBSD.
On FreeBSD, posix_spawn() always uses vfork, so it can be surprising to get an error when using use_vfork=True. But, the error message is now very explicit: it mentions that a specific constant is not available on FreeBSD. The documentation is also clear on that point.
----------
nosy: +gregory.p.smith
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34663>
_______________________________________
More information about the Python-bugs-list
mailing list