python2-cysignals 1.9.0 Handling of interrupts and signals for Cython

The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code, using two related approaches, for mixed Cython/Python code or external C libraries and pure Cython code, respectively.