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.
Showing
Please register or sign in to comment
The subprocess module can now use the os.posix_spawnp() function, if it is available, to locate the program in the PATH.