John Ehresman added the comment:

Part of the issue here is that GenerateConsoleCtrlEvent doesn't work like kill 
w/ SIGINT does on unix -- it only works if the the target process id is 0 and 
then it generates the signal in all processes that share the console.  An 
alternate proposal here is to expose the GenerateConsoleCtrlEvent functionality 
separately and only accept a signal number of 9 and maybe 0 in kill().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23948>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to