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.3.2.tar.bz2
(64.5 kB
view details)
File details
Details for the file cysignals-1.3.2.tar.bz2
.
File metadata
- Download URL: cysignals-1.3.2.tar.bz2
- Upload date:
- Size: 64.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82418186d6cd1ca6ec16f6d5dab5487fc57ddea1356cd7d0228e8862635ca0d1 |
|
MD5 | abc98cb7b07c3a40979ee24dead06a38 |
|
BLAKE2b-256 | 9c96a4c8e3c546f2d717c9d5d7ceef491e28b44641f49e06e81039841b97a2ec |