| commit | 1ef8c7e886ea5260e5a6967ec2b8a4c32640f1a8 | [log] [tgz] |
|---|---|---|
| author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Sat Jun 04 00:22:17 2016 +0000 |
| committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Sat Jun 04 00:22:17 2016 +0000 |
| tree | b8a8ff67c6ffc000f955b87da87ec67d46c6e996 | |
| parent | ead9bfc5c392951d8f0d8c537a138df672b762e4 [diff] |
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances.