[Python-Dev] Using Python on a fork-less POSIX-like OS

Berker Peksağ berker.peksag at gmail.com
Sun Jul 29 12:02:44 EDT 2018


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
> posix_spawn(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


More information about the Python-Dev mailing list