Brian Curtin <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14480>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to