Skip to main content

Interrupt and signal handling for Cython

Project description

https://travis-ci.org/sagemath/cysignals.svg?branch=master https://readthedocs.org/projects/cysignals/badge/?version=latest

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


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.6.tar.gz (82.8 kB view details)

Uploaded Source

File details

Details for the file cysignals-1.6.6.tar.gz.

File metadata

  • Download URL: cysignals-1.6.6.tar.gz
  • Upload date:
  • Size: 82.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cysignals-1.6.6.tar.gz
Algorithm Hash digest
SHA256 2048a89a23125a5503bcdf88e5fa89e51e9a147261617b5a2e90c809becf3b39
MD5 305e41e174b6ff17897a375975f1e052
BLAKE2b-256 0c4ad6e80ee04d94b3a16984b9b8f41959513a5481f0e70d26ae6d5412a23f3d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page