windows python app ignore signal handler and close immediately on any signal
I have two simple python3.11.6 scripts.
One is just printing PID and waiting for signal
Second one is trying to send some signal. For example SIGINT into first script.
windows python app ignore signal handler and close immediately on any signal
I have two simple python3.11.6 scripts.
One is just printing PID and waiting for signal
Second one is trying to send some signal. For example SIGINT into first script.