Summary
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, it normally does not check for interrupts. The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code.
Versions
v1.12.3 :: 0 :: gentoo
- Modified
- License
- LGPL-3+
- Keywords
- amd64 ~riscv
- USE flags
- debug test
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
- python3_12
- Build with Python 3.12
- python3_13
- Build with Python 3.13
Dependencies
dev-lang / python : Freethreading (no-GIL) version of Python programming language
Runtime Dependencies
dev-lang / python : Freethreading (no-GIL) version of Python programming language
Depending packages
dev-python / cypari2 : Cython interface to PARI
dev-python / fpylll : Python bindings for sci-libs/fplll
dev-python / pplpy : Python bindings for the Parma Polyhedra Library (PPL)
dev-python / primecountpy : Cython interface to sci-mathematics/primecount
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/cysignals: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-python/cysignals: Stabilize 1.12.3 amd64, #949761
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/cysignals: Bump to 1.12.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/cysignals: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-python/cysignals: Stabilize 1.12.2 amd64, #947458
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/cysignals: Bump to 1.12.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-python/cysignals: upstream patch to fix building against 1.12.0
Closes: https://bugs.gentoo.org/944404 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-python/cysignals: drop pari dependency
PARI was eliminated as a dependency in 1.12.0: https://github.com/sagemath/cysignals/releases/tag/1.12.0 No new revision because this version is currently masked. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/cysignals: Bump to 1.12.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-python/cysignals: keyword 1.11.4-r1 for ~riscv
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/cysignals: Fix finding cysignals-CSI-helper.py
Closes: https://bugs.gentoo.org/927767 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-python/cysignals: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-python/cysignals: stabilize 1.11.4 for amd64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-python/cysignals: new package, add 1.11.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>