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.2.tar.bz2
(68.8 kB
view details)
File details
Details for the file cysignals-1.6.2.tar.bz2
.
File metadata
- Download URL: cysignals-1.6.2.tar.bz2
- Upload date:
- Size: 68.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c36509bd3fabf823d6c74bc1e4615b67bd8a8b121aebc5f8e435cc5956f188c |
|
MD5 | a4b154095d0d5621013365ec56a5e4e8 |
|
BLAKE2b-256 | c8cd9def029b7d33683bfa7c3b99521b0160123ed11e8fae2f49e50c75a9b984 |