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/*
