]> granicus.if.org Git - python/commit
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 4 Jun 2016 00:22:17 +0000 (00:22 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 4 Jun 2016 00:22:17 +0000 (00:22 +0000)
commit1ef8c7e886ea5260e5a6967ec2b8a4c32640f1a8
treeb8a8ff67c6ffc000f955b87da87ec67d46c6e996
parentead9bfc5c392951d8f0d8c537a138df672b762e4
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
BrokenPipeError when the child process dies before .communicate()
is called in more (all?) circumstances.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS