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.
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
cysignals-1.6.4.tar.bz2
(69.1 kB
view details)
File details
Details for the file cysignals-1.6.4.tar.bz2
.
File metadata
- Download URL: cysignals-1.6.4.tar.bz2
- Upload date:
- Size: 69.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc8202e563c388cc19b862f08c1adc9d0441764b4a920d5fa0b3db50913bb2d9 |
|
MD5 | 69d8a43db2eaf9b38cd45401928a96a9 |
|
BLAKE2b-256 | 664a130b63a0567508d80c3433b72630ee6babd6d7c54bf8e2e05020e1c239c7 |