mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Rename binary again; increase noise; stop trying to actually kill the process.
This commit is contained in:
parent
11e8b3c29b
commit
63d1f99d7a
4 changed files with 5 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ int main()
|
|||
_strlwr(path);
|
||||
printf("%s\n", path);
|
||||
fflush(stdout);
|
||||
/*
|
||||
if (strstr(path, "build\\pcbuild\\python_d.exe") != NULL) {
|
||||
printf("Terminating %s (pid %d)\n", path, pids[i]);
|
||||
if (!TerminateProcess(hProcess, 1)) {
|
||||
|
|
@ -52,6 +53,7 @@ int main()
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
|
||||
CloseHandle(hProcess);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue