[Python-Dev] Using Python on a fork-less POSIX-like OS
Victor Stinner
vstinner at redhat.com
Mon Jul 30 04:23:55 EDT 2018
Python 3.8 will support os.posix_spawn(). I would like to see it used
whenever possible instead of fork+exec, since it's faster and it can be
safer on some platforms. Pablo Salgado is your guy for that.
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180730/64cc05cf/attachment.html>
More information about the Python-Dev
mailing list