cysignals-tools

interrupt and signal handling for Cython -- tools
  https://github.com/sagemath/cysignals
  0
  no reviews



Since Cython optimizes for speed, Cython normally does not check for interrupts. The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code.

This package provides debugging tools.