A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sagemath/cysignals below:

sagemath/cysignals: cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/

cysignals: interrupt and signal handling for Cython

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.

1.12.0 (release candidate)

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4