How to Install cysignals-tools in Ubuntu 18.04



Install cysignals-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install cysignals-tools

Description:

interrupt and signal handling for Cython -- tools

Since Cython optimizes for speed, Cython normally does not check for interrupts. The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code. . This package provides debugging tools.

Homepage: https://github.com/sagemath/cysignals

Version: 1.6.5+ds-2

Section: universe/devel