]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
authorVictor Stinner <vstinner@redhat.com>
Wed, 16 Jan 2019 14:26:20 +0000 (15:26 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Jan 2019 14:26:20 +0000 (15:26 +0100)
commit07858894689047c77f9c12ddc061d30681368d19
tree265342755fa909a3db267cc7274f7cdb8929b405
parent92b8322e7ea04b239cb1cb87b78d952f13ddfebb
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)

The subprocess module can now use the os.posix_spawnp() function,
if it is available, to locate the program in the PATH.
Doc/whatsnew/3.8.rst
Lib/subprocess.py
Lib/test/pythoninfo.py