cysignals
cysignals copied to clipboard
cysignals: interrupt and signal handling for Cython
Hi, I received following trying to install `cysignals` in `Python 3.12.2` on `Windows 11`: ``` C:\Users\Admin> git clone https://github.com/sagemath/cysignals Cloning into 'cysignals'... remote: Enumerating objects: 2765, done. remote: Counting objects:...
Currently `cysignals-CSI-helper.py` is installed https://github.com/sagemath/cysignals/blob/main/setup.py#L219. The script that makes use of it, `cysignals-CSI`, later tries to guess the install location based on `sys.argv[0]`: https://github.com/sagemath/cysignals/blob/main/src/scripts/cysignals-CSI#L68 This can fail if `sys.argv[0]` isn't...
when using pip install cysignals====1.10.2, it shows:  Collecting cysignals==1.10.2 Using cached cysignals-1.10.2.tar.gz (95 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies...
I get the same error on 2 different windows machines. I tried resolving with the help of ChatGPT for hours and still the error remains. pip install cysignals -v .......
d:\Kuliah\Magang\Project Mentor\libraries\ESP_AsyncTCP\src\ESPAsyncTCPbuffer.cpp:27:10: fatal error: debug.h: No such file or directory #include ^~~~~~~~~ compilation terminated. exit status 1 Compilation error: exit status 1
On the emscripten / pyodide platform, there is limited support for POSIX signals. - As noted in https://docs.python.org/3/library/signal.html#general-rules, in CPython on this platform, "signals are emulated and therefore behave differently....
Compiling with Cython 3 yields a couple of deprecation warnings: ``` warning: /opt/conda/envs/sage-dev/lib/python3.11/site-packages/cysignals/signals.pxd:61:28: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: /opt/conda/envs/sage-dev/lib/python3.11/site-packages/cysignals/signals.pxd:63:36: Implicit noexcept declaration is...
Building cysignals 1.11.4 with Python 3.12, we get the following test error on conda-forge: ``` 2023-12-06T20:51:37.4462920Z File "src/cysignals/tests.pyx", line 723, in tests.pyx 2023-12-06T20:51:37.4463209Z Failed example: 2023-12-06T20:51:37.4463786Z subpython_err('from cysignals.tests import *;...
https://github.com/sagemath/cysignals/issues/73 is back for the third time. When building with clang on Gentoo, ``` $ CC=clang python setup.py build running build running build_py ... In file included from build/src/cysignals/signals.c:2365: build/src/cysignals/implementation.c:27:2:...
Description: upstream: fix: obsoleted compiler directive: discard This patch discards the now obsolete compiler directive `legacy_implicit_noexcept`. Origin: vendor, Debian Author: Jerome Benoit Last-Update: 2023-11-04