1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Document: cysignals
Title: cysignals documentation
Author:
Martin Albrecht
Jeroen Demeyer
Abstract:
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. The cysignals
package provides mechanisms to handle interrupts (and other signals
and errors) in Cython code.
Section: Programming/Python
Format: PDF
Files: /usr/share/doc/python-cysignals-doc/cysignals.pdf
Format: HTML
Index: /usr/share/doc/python-cysignals-doc/html/index.html
Files: /usr/share/doc/python-cysignals-doc/html/*
|