Description
Handle interrupts and signals reliably in Cython-based Python extensions. It helps native-speed code respond to user interruption, time limits, or process signals instead of becoming difficult to stop.
This is low-level developer support. Signal handling can affect process stability, so projects should test cancellation, cleanup, and error reporting in the exact runtime where the extension is used.