[issue25942] Add a new optional cleanup_timeout parameter to subprocess.call()

2018-01-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset f4d644f36ffb6cb11b34bfcf533c14cfaebf709a by Gregory P. Smith in branch 'master': bpo-25942: make subprocess more graceful on ^C (GH-5026) https://github.com/python/cpython/commit/f4d644f36ffb6cb11b34bfcf533c14cfaebf709a -- __

[issue25942] Add a new optional cleanup_timeout parameter to subprocess.call()

2017-12-27 Thread Gregory P. Smith
Gregory P. Smith added the comment: you'll notice I added an alternate PR. I don't like the complication of adding yet another knob (cleanup_timeout) to subprocesses already giant API surface. It will rarely be used. My PR tries to take a practical approach: Just wait a little while (arbitr

[issue25942] Add a new optional cleanup_timeout parameter to subprocess.call()

2017-12-27 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +4914 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue25942] Add a new optional cleanup_timeout parameter to subprocess.call()

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: I changed the issue title to "Add a new optional cleanup_timeout parameter to subprocess.call()" to make it more positive and update it to the currently proposed change ;-) -- title: subprocess.call SIGKILLs too liberally -> Add a new optional cleanu