Interrupt and signal handling for Cython
Project description
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.
Requirements
Python 2.7 or Python >= 3.4
Cython >= 0.28
Sphinx >= 1.6 (for building the documentation)
PARI/GP (optional; for interfacing with the PARI/GP signal handler)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cysignals-1.7.1.tar.gz
.
File metadata
- Download URL: cysignals-1.7.1.tar.gz
- Upload date:
- Size: 85.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52282b5e9289cf2aaa11d961a199343fa86e2ba864ef2136d287511e35f2d396 |
|
MD5 | dfc956d41558dec8c64f581cc73f831e |
|
BLAKE2b-256 | 81640959438193254c2c6ad127fb5f9aad4140bc4288d752d03b1976ef8366e0 |