Ronald Oussoren <ronaldousso...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34663>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to