FreeBSD.software
Home/devel/py311-cysignals

py311-cysignals

1.12.5

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. See also: https://github.com/sagemath/cysignals

Origin: devel/py-cysignals
Category: devel
Size: 1.16MiB
License: LGPL3
Maintainer: thierry@FreeBSD.org
Dependencies: 2 packages
Required by: 4 packages
$pkg install py311-cysignals

Dependencies (2)

Required By (4 packages)

More in devel