summaryrefslogtreecommitdiff
path: root/Python/future.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-11-11 01:41:49 -0800
committerGregory P. Smith <greg@krypto.org>2012-11-11 01:41:49 -0800
commiteee60eb83f2c2565d8f4def6e60bf1ecfcf36584 (patch)
tree96d8eee40eaa7ee6b0c34b616fea24bfe37ed3e1 /Python/future.c
parentf5a10551eefa79ea3e832d7ac757d9514164a319 (diff)
parent4944557bb395eceb7eb1d69490ce0ea2826731c6 (diff)
downloadcpython-eee60eb83f2c2565d8f4def6e60bf1ecfcf36584.tar.gz
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.
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions