Staging
v0.5.1
https://github.com/python/cpython
Revision 9daecf37a571e98aaf43a387bcc9e41a7132f477 authored by Victor Stinner on 15 January 2019, 23:02:35 UTC, committed by GitHub on 15 January 2019, 23:02:35 UTC
The subprocess module can now use the os.posix_spawn() function
in some cases for better performance. Currently, it is only used on macOS
and Linux (using glibc 2.24 or newer) if all these conditions are met:

* executable path contains a directory
* close_fds=False
* preexec_fn, pass_fds, cwd, stdin, stdout, stderr
  and start_new_session parameters are not set

Co-authored-by: Joannah Nanjekye <nanjekyejoannah@gmail.com>
1 parent a37f524
History
Tip revision: 9daecf37a571e98aaf43a387bcc9e41a7132f477 authored by Victor Stinner on 15 January 2019, 23:02:35 UTC
bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)
Tip revision: 9daecf3
File Mode Size
python-mappings
Makefile -rw-r--r-- 1.7 KB
comparecodecs.py -rwxr-xr-x 1.4 KB
gencjkcodecs.py -rw-r--r-- 1.9 KB
gencodec.py -rw-r--r-- 12.0 KB
genwincodec.py -rw-r--r-- 1.7 KB
genwincodecs.bat -rw-r--r-- 201 bytes
listcodecs.py -rw-r--r-- 1021 bytes
makeunicodedata.py -rw-r--r-- 47.8 KB
mkstringprep.py -rw-r--r-- 10.0 KB

back to top