[Python-Dev] Using Python on a fork-less POSIX-like OS (original) (raw)
Victor Stinner vstinner at redhat.com
Mon Jul 30 04:23:55 EDT 2018
- Previous message (by thread): [Python-Dev] Using Python on a fork-less POSIX-like OS
- Next message (by thread): [Python-Dev] Using Python on a fork-less POSIX-like OS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): [Python-Dev] Using Python on a fork-less POSIX-like OS
- Next message (by thread): [Python-Dev] Using Python on a fork-less POSIX-like OS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]