[issue14252] subprocess.Popen.terminate() inconsistent behavior on Windows

Roundup Robot report at bugs.python.org
Sun Mar 11 19:37:53 CET 2012


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset 41b1fe5a75a6 by Antoine Pitrou in branch '3.2':
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
http://hg.python.org/cpython/rev/41b1fe5a75a6

New changeset f452d7d5470d by Antoine Pitrou in branch 'default':
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
http://hg.python.org/cpython/rev/f452d7d5470d

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14252>
_______________________________________


More information about the Python-bugs-list mailing list