]> granicus.if.org Git - python/commit
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Mar 2012 18:29:12 +0000 (19:29 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Mar 2012 18:29:12 +0000 (19:29 +0100)
commitf60845b70a78c0e29dc0e865c6cd9e2e35e635f5
tree0e5bff369d2578750ed4a2e0be30cdae33fd9d8d
parent5081957642caffae192b6e3f045a92b55afc8e9c
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