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)

Changelog

1.10.3 (2021-03-16)

  • Improved installation of cysignals with pip install -e. [#130]

  • Fixed compilation of OpenMP modules that also use cysignals. [#128]

  • Fixed segmentation fault that could occur when sig_occurred() is called recursively during garbage collection. [#127]

  • Improved error reporting of signals that occurred inside sig_on() as opposed to outside them.

  • Fixed bug in the cysignals_example package. [#113]

For changes in previous releases, see the best source available is to compare git tags: https://github.com/sagemath/cysignals/tags

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

Uploaded Source

File details

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

File metadata

  • Download URL: cysignals-1.10.3.tar.gz
  • Upload date:
  • Size: 455.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.5

File hashes

Hashes for cysignals-1.10.3.tar.gz
Algorithm Hash digest
SHA256 5c4606c435775028316f725fdb7cb894e3cae0b6fd2f862a0d2971748469b43a
MD5 667f1ab086e1f5f79ee6ad4826e357b1
BLAKE2b-256 c5fc0307a46e79ad4423975554438df12c3a0dd8b93f9aeeb3a6ca7b2c6595f1

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