summaryrefslogtreecommitdiff
path: root/Python/future.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-11-11 01:38:18 -0800
committerGregory P. Smith <greg@krypto.org>2012-11-11 01:38:18 -0800
commitf5a10551eefa79ea3e832d7ac757d9514164a319 (patch)
tree9a7c6bd7e15f70b1e39b2a8757f7250db2c7106f /Python/future.c
parente95283e25478ce15d935cbee68d66964fc85490d (diff)
parent7072a6363abb71cbe03c17b918a3e5c6c4407c90 (diff)
downloadcpython-f5a10551eefa79ea3e832d7ac757d9514164a319.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