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.4.0.tar.bz2
(66.1 kB
view details)
File details
Details for the file cysignals-1.4.0.tar.bz2
.
File metadata
- Download URL: cysignals-1.4.0.tar.bz2
- Upload date:
- Size: 66.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa5a7d9c3a0d92d688e2c2f14d7a67340a77695cf0e8c3916f5d0df2fbc91afd |
|
MD5 | c2d216ae3676c670c68dfb07e7ed25bc |
|
BLAKE2b-256 | 6d57d183885b8c7c4415ccba2f6e7257cf93b7ecd4df4eae4d1664e6559d062e |