]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't kill a normal instance of python running on windows when checking
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 27 Jul 2006 03:51:58 +0000 (03:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 27 Jul 2006 03:51:58 +0000 (03:51 +0000)
commite4abc232d54b1361120de0393f9f0447188b1639
tree3c0ce64408ac62de164443dd47b87274ba4cafd7
parentbc24eee333126a313bfe42381050a49ecbbc8bbe
Don't kill a normal instance of python running on windows when checking
to kill a cygwin instance.  build\\python.exe was matching a normal windows
instance.  Prefix that with a \\ to ensure build is a directory and not
PCbuild.  As discussed on python-dev.
Tools/buildbot/kill_python.c