Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: df04c088493bdbc2defea5e225a94e9bdd8e759f https://github.com/python/cpython/commit/df04c088493bdbc2defea5e225a94e9bdd8e759f Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月08日 (2017年6月08日) Changed paths: M Lib/subprocess.py M Misc/NEWS Log Message: ----------- bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005) 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)