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.0.1.tar.bz2
(57.9 kB
view details)
File details
Details for the file cysignals-1.0.1.tar.bz2
.
File metadata
- Download URL: cysignals-1.0.1.tar.bz2
- Upload date:
- Size: 57.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc339ed3ac85a142fe630ae8a7090661660c17370019fa75f3d5cfcc754716a |
|
MD5 | a2538b783d654f35d0c40d8a465470b0 |
|
BLAKE2b-256 | e004b6ed3b58008b28b3d77113ab292c6f51a94bc53d896dfb35160983288e24 |