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.7.tar.gz
(83.5 kB
view details)
File details
Details for the file cysignals-1.6.7.tar.gz
.
File metadata
- Download URL: cysignals-1.6.7.tar.gz
- Upload date:
- Size: 83.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7e9dc4fe971f5c65dfa75a3b6444880cd8d997c63bc1941c324e6a46191f9e9 |
|
MD5 | f93e58039bee86ed49bfd3bac2e136db |
|
BLAKE2b-256 | 10b3d6819c2fde0e33566e021d809591ad1ee6b88e917282928179f7a8a1adbd |