Message 140968 - Python tracker
Hmm, the docs say "Any other value for sig will cause the process to be unconditionally killed by the TerminateProcess API [...]" What happens if you try to use other signals (like signal.SIGKILL) instead of SIGTERM?
Hmm, the docs say "Any other value for sig will cause the process to be unconditionally killed by the TerminateProcess API [...]" What happens if you try to use other signals (like signal.SIGKILL) instead of SIGTERM?