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

Ned Deily report at bugs.python.org
Sat Jul 23 10:27:43 CEST 2011


Ned Deily <nad at acm.org> added the comment:

Doesn't unix_terminate() also get called on Windows?  If so, what does os.kill() do on Windows?  The docs for os.kill say "New in version 3.2: Windows support."  Perhaps this was being skipped before and now has some negative effect?

----------

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


More information about the Python-bugs-list mailing list