Set default signal handler for SIGINT (keyboard interrupt).
The default signal handling for Python delivers the signal to the thread for processing; if broad exceptions are being caught, this can often result in the interrupt being swallowed. PiperOrigin-RevId: 183729637
Loading
Please sign in to comment