[issue5115] Extend subprocess.kill to be able to kill process groups

Amaury Forgeot d'Arc report at bugs.python.org
Tue Feb 3 19:07:04 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I suspect that on Windows, TerminateJobObject won't work with a handle
returned by CreateProcess.
A solution could look like 
    http://www.mobzystems.com/code/killprocesstree.aspx

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list