[issue12540] "Restart Shell" command leaves pythonw.exe processes running

Eli Bendersky report at bugs.python.org
Sat Jul 23 11:44:18 CEST 2011


Eli Bendersky <eliben at gmail.com> added the comment:

Indeed, unix_terminate is invoked on Windows, and since Windows now has "os.kill" it runs. However, it appears that the actual os.kill call throws OSError, saying:

    [Error 87] The parameter is incorrect

----------

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


More information about the Python-bugs-list mailing list