[issue14480] os.kill on Windows should accept zero as signal

Brian Curtin report at bugs.python.org
Tue Apr 3 16:43:06 CEST 2012


Brian Curtin <brian at python.org> added the comment:

I meant that in the underlying, such as in the TerminateProcess API, 0 doesn't mean anything special. As is being debated over on #14484 we currently take all integers to be passed to TerminateProcess (the int becomes the killed proc's return code), and two signals to pass to GenerateConsoleCtrlEvent (which is more like posix os.kill).

----------

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


More information about the Python-bugs-list mailing list