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.1.tar.bz2 (68.8 kB view details)

Uploaded Source

File details

Details for the file cysignals-1.6.1.tar.bz2.

File metadata

  • Download URL: cysignals-1.6.1.tar.bz2
  • Upload date:
  • Size: 68.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cysignals-1.6.1.tar.bz2
Algorithm Hash digest
SHA256 0c2e569a6437c7bce7a885948b58aff37b4230283b8a11d24732bace16a9dfbe
MD5 521def5187ce86f9b6ede971b18a8647
BLAKE2b-256 92e2b72b9147da86466fc688dafe413fc65e5f9c833c947b506152731508abf1

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