[issue25942] Do not immediately SIGKILL subprocess child processes upon ^C

Gregory P. Smith report at bugs.python.org
Tue Jan 30 00:31:57 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:

I went with my change to give the child process a small amount of time to cleanup by default.  Not perfect, but this should be more similar to the Python <=3.2 behavior.  Lets see if any issues crop up during the 3.7 betas.

----------
resolution:  -> fixed
stage: patch review -> commit review
status: open -> closed
title: Add a new optional cleanup_timeout parameter to subprocess.call() -> Do not immediately SIGKILL subprocess child processes upon ^C

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


More information about the Python-bugs-list mailing list