[issue34980] KillPython target doesn't detect 64-bit processes

Jeremy Kloth report at bugs.python.org
Mon Oct 15 12:32:11 EDT 2018


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

Alternatively, to test for yourself:

1) build a 64-bit python:

   > build -e -d -k -v -p x64

2) start the newly built interpreter:

   > amd64\python_d.exe

3) in a different command prompt (using dummy target to just do the KillPython)

   > build -e -d -k -v -p x64 -t foo

The expected result should be that the Python interpreter in the first window would by closed, but does not with the 32-bit MSBuild.  It does close however with the 64-bit MSBuild.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34980>
_______________________________________


More information about the Python-bugs-list mailing list