SIGN IN SIGN UP

Fixes issue #16140: The subprocess module no longer double closes its

child subprocess.PIPE parent file descriptors on child error prior to
exec().

This would lead to race conditions in multithreaded programs where
another thread opened a file reusing the fd which was then closed out
from beneath it by the errant second close.
G
Gregory P. Smith committed
12489d98e692717a93694644dac4975d54106178
Parent: 3aee222