commit | d5c8ce7cc03d81402b2fcdc023fb6ea44ac70f25 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 18 22:00:53 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 18 22:00:53 2014 +0100 |
tree | 0d0c0102e3941fdb28ef698e1034049c542c759b | |
parent | 9e5a9876ad3b666390f77aadfb02b303ff2748bd [diff] |
Issue #19612: On Windows, subprocess.Popen.communicate() now ignores OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited.