bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
* subprocess.Popen can now also use os.posix_spawn() with pipes, but only if pipe file descriptors are greater than 2. * Fix Popen._posix_spawn(): set '_child_created' attribute to True. * Add Popen._close_pipe_fds() helper function to factorize the code.
V
Victor Stinner committed
f6243ac1e4828299fe5a8e943d7bd41cab1f34cd
Parent: ab67281
Committed by GitHub <noreply@github.com>
on 1/23/2019, 6:00:39 PM