[issue25942] subprocess.call SIGKILLs too liberally

Martin Panter report at bugs.python.org
Sat Apr 16 08:48:57 EDT 2016


Martin Panter added the comment:

I don’t think Victor likes #2 because of the zombie. I would be interested in #4 (one of the documented purposes of subprocess is to replace os.system), but it might need careful consideration and discussion. Ignoring signals is such a significant change I think it would have to be a new feature for 3.6+ only.

Mike/Victor, what do you think of my proposal (call it #6) about waiting a second time before resorting to SIGKILL? Posting a patch which implements this.

----------
Added file: http://bugs.python.org/file42483/second-wait.patch

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


More information about the Python-bugs-list mailing list