summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2019-09-11 04:23:05 -0500
committerT. Wouters <thomas@python.org>2019-09-11 02:23:05 -0700
commit580d2782f70f8e0bed7ec20abb03d740cb83b5da (patch)
tree28962e4e84a383c7d5c79250d406a663bc3fa7c8 /Python
parent3fb1363fe87a24cdb2ee1dd9746f1c49046af958 (diff)
downloadcpython-git-580d2782f70f8e0bed7ec20abb03d740cb83b5da.tar.gz
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Fixes a possible hang when using a timeout on subprocess.run() while capturing output. If the child process spawned its own children or otherwise connected its stdout or stderr handles with another process, we could hang after the timeout was reached and our child was killed when attempting to read final output from the pipes.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions