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.5.0.tar.bz2
(68.9 kB
view details)
File details
Details for the file cysignals-1.5.0.tar.bz2
.
File metadata
- Download URL: cysignals-1.5.0.tar.bz2
- Upload date:
- Size: 68.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19a11e3687cfc8217c3edaac4c4f7ad134cd27030914c5f6f99622c8a860f7dd |
|
MD5 | fda70b334c1dab4f36d5cc747f20475d |
|
BLAKE2b-256 | 8913d23c0c1f5b8e2375fe7570e06a205515e898783f2a9559d2e415c082c689 |