[Python-Dev] Using Python on a fork-less POSIX-like OS (original) (raw)
Berker Peksağ berker.peksag at gmail.com
Sun Jul 29 12:02:44 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 ]
On Sun, Jul 29, 2018 at 5:44 PM, Barath Aron <baratharon at caesar.elte.hu> wrote:
My question is that the posixsubprocess.c can be prepared to use posixspawn(3) instead of fork(2)? Maybe the UNIX/Linux version can also benefit from it, see: https://salsa.debian.org/ruby-team/ruby-posix-spawn
There is an open issue to add os.posix_spawn() at https://bugs.python.org/issue20104
--Berker
- 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 ]