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.5.tar.bz2
(69.0 kB
view details)
File details
Details for the file cysignals-1.6.5.tar.bz2
.
File metadata
- Download URL: cysignals-1.6.5.tar.bz2
- Upload date:
- Size: 69.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e559105e9f8bb5e64ed2eb350ba5ebb51a117cb3a0aa0fb4388b4cdd557a2bef |
|
MD5 | cd70b6c09e86b15aae5aaa72a6a373a8 |
|
BLAKE2b-256 | a2b28ee095dbe40ee9a6badb6f56cf0f68ab32f1c0ee2cccbb3b615e0be07fc0 |