[issue14484] missing return in win32_kill?

Brian Curtin report at bugs.python.org
Tue Apr 3 16:38:46 CEST 2012


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

I don't remember exactly why, but it can be removed. It may have just been left in while I was debugging it.

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?

----------

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


More information about the Python-bugs-list mailing list