Staging
v0.8.1
https://github.com/python/cpython
Revision 07858894689047c77f9c12ddc061d30681368d19 authored by Victor Stinner on 16 January 2019, 14:26:20 UTC, committed by GitHub on 16 January 2019, 14:26:20 UTC
The subprocess module can now use the os.posix_spawnp() function,
if it is available, to locate the program in the PATH.
1 parent 92b8322
History
Tip revision: 07858894689047c77f9c12ddc061d30681368d19 authored by Victor Stinner on 16 January 2019, 14:26:20 UTC
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
Tip revision: 0785889
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.6 KB
_testembed.c -rw-r--r-- 19.2 KB
python.c -rw-r--r-- 298 bytes

README

back to top