[Python-Dev] Using Python on a fork-less POSIX-like OS (original) (raw)
Barath Aron baratharon at caesar.elte.hu
Sun Jul 29 16:22:29 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 07/29/2018 06:02 PM, Berker Peksağ wrote:
There is an open issue to add os.posixspawn() at https://bugs.python.org/issue20104 Seems promising, but 3.7 does not support it. And I don't see whether Python will work without fork().
- bpo-20104: Expose posix_spawn as a low level API in the os module.
(removed before 3.7.0rc1)
--Berker Aron
- 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 ]