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.2.0.tar.bz2
(61.7 kB
view details)
File details
Details for the file cysignals-1.2.0.tar.bz2
.
File metadata
- Download URL: cysignals-1.2.0.tar.bz2
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32cbc1c5714e4ea349c56d43388bc7315d8657e634baa42d7d237ec84ce8e841 |
|
MD5 | 8f27bc4bbc26a284a38d0c2374f14d9c |
|
BLAKE2b-256 | 268622ada529da644dfe7a8a40feeee7f854ed2dae7ca50a6cf6793264e2dcf2 |