summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-11-11 01:37:02 -0800
committerGregory P. Smith <greg@krypto.org>2012-11-11 01:37:02 -0800
commite95283e25478ce15d935cbee68d66964fc85490d (patch)
tree040766c7b2b1af20b3ded414a5fa8dcc3fdffed8 /Python
parentec9258dff16a6bb7566c6302d30e7976a6356b5e (diff)
downloadcpython-e95283e25478ce15d935cbee68d66964fc85490d.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')
0 files changed, 0 insertions, 0 deletions