Interrupt and signal handling for Cython headers files
When writing Cython code, special care must be taken to ensure that the code can be interrupted with CTRL-C. Since Cython optimizes for speed, Cython normally does not check for interrupts. For example, code like the following cannot be interrupted in Cython: while True: pass The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code. See http://cysignals.readthedocs.org/ for the full documentation.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.10.3-2.fc35 | - |
Fedora 35 | 1.10.3-2.fc35 | - |
Fedora 34 | 1.10.2-11.fc34 | - |
You can contact the maintainers of this package via email at
python-cysignals dash maintainers at fedoraproject dot org
.