This allows subsequent signals to propagate after the shutdown is triggered. Useful when debugging since you might have some other tasks that didn't finish you want to stop (read spam CTRL-C 😄), without this patch only way to stop the python program is to send a SIGKILL
This allows subsequent signals to propagate after the shutdown is triggered. Useful when debugging since you might have some other tasks that didn't finish you want to stop (read spam CTRL-C 😄), without this patch only way to stop the python program is to send a SIGKILL