diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-06-08 21:14:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 21:14:07 (GMT) |
commit | b319d09ee4427aac1ee8f298692127d34ef57dc0 (patch) | |
tree | b5503ba4dd4b99cce2871f74669bb1a2bc63aefd /Python/ast.c | |
parent | 31b950ab86f5c99a18c16dbf1900b854b94e0659 (diff) | |
download | cpython-b319d09ee4427aac1ee8f298692127d34ef57dc0.zip cpython-b319d09ee4427aac1ee8f298692127d34ef57dc0.tar.gz cpython-b319d09ee4427aac1ee8f298692127d34ef57dc0.tar.bz2 |
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004)
On Windows, subprocess.Popen.communicate() now also ignore EINVAL
on stdin.write() if the child process is still running but closed the
pipe.
(cherry picked from commit d52aa31378ae43e044a300edfe8285954c167216)
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions