STINNER Victor added the comment:

> 0 has no special meaning on Windows so I'd rather not add another special 
> case for posix emulation. Additionally, 0 unfortunately already means two 
> things as it is: signal.CTRL_C_EVENT and the int 0.

I agree, it's not a good idea to support os.kill(pid, 0) on Windows. I reject 
the issue.

See also the issue #14484.

----------
nosy: +haypo
resolution:  -> rejected
status: open -> closed

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

Reply via email to