mirror of
https://github.com/python/cpython.git
synced 2026-01-30 19:22:20 +00:00
Add kill_python command.
This commit is contained in:
parent
dfde91a79e
commit
2d12372e32
4 changed files with 62 additions and 0 deletions
2
Tools/buildbot/kill_python.mak
Normal file
2
Tools/buildbot/kill_python.mak
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
kill_python.exe: kill_python.c
|
||||
cl -nologo -o kill_python.exe kill_python.c psapi.lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue