[issue14484] missing return in win32_kill?

Antoine Pitrou report at bugs.python.org
Tue Apr 3 17:05:13 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> As for the second point, why else are you calling os.kill if you don't
> want to kill the given process? I don't disagree that it's on the
> perverse side, but that's the functionality available. Perhaps we
> should *not* have the fallback and only operate on the signals?

I just meant that exiting with 0 isn't exactly expected when a process
is forcibly killed (0 meaning success, as far as I know).

----------

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


More information about the Python-bugs-list mailing list