]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Mar 2012 18:33:29 +0000 (19:33 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Mar 2012 18:33:29 +0000 (19:33 +0100)
commitb69ef16fe63e6de91c5d659bd83d9eff67b38d98
tree4b30e9f75998b4d12b701a5d58c7ac5beda80ce8
parent6c52c5755fb63e50364f66fd98b8096c236ae633
parent1f9a8354002dbb29f38bfbd4273ce62e40ac80ba
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
PC/_subprocess.c