Skip to main content

Interrupt and signal handling for Cython

Project description

https://travis-ci.org/sagemath/cysignals.svg?branch=master https://ci.appveyor.com/api/projects/status/vagqk56cj3ndycp4?svg=true https://readthedocs.org/projects/cysignals/badge/?version=latest

Cython and interrupts

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.

Requirements

  • Python 2.7 or Python >= 3.4

  • Cython >= 0.28

  • Sphinx >= 1.6 (for building the documentation)

  • PARI/GP (optional; for interfacing with the PARI/GP signal handler)

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

Uploaded Source

File details

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

File metadata

  • Download URL: cysignals-1.8.0.tar.gz
  • Upload date:
  • Size: 92.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.13.0 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/2.7.15

File hashes

Hashes for cysignals-1.8.0.tar.gz
Algorithm Hash digest
SHA256 262a6f71058a173f1771d53ef25cac12e7267d8464822b88cabd431bb3a704fa
MD5 621ace9c98e6e0c402553af54e3ff44f
BLAKE2b-256 5095616b0b725a34938161fe936538d76bfda21813d7e9bc233fb65370d1df5b

See more details on using hashes here.

Supported by

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