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

Giampaolo Rodola' report at bugs.python.org
Thu Jun 17 23:11:00 CEST 2010


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

A strong +1 on adding this feature.

I was wondering... what if process A runs a subprocess B which runs a subprocess C. Is C still considered a children of A and gets killed as well?

Does os.setpgid() takes care of such a thing? What about Windows instead?

----------

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


More information about the Python-bugs-list mailing list