You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test triggers the following bug on cysignals 1.12.0 - 1.12.2:
```
Python 3.13.1 (main, Dec 14 2024, 12:44:03) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cypari2
>>> from cysignals.alarm import alarm
>>> try:
... alarm(0.5)
... while True: pass
... except:
... pass
...
>>> cypari2.Pari()
Traceback (most recent call last):
File "<python-input-3>", line 1, in <module>
cypari2.Pari()
~~~~~~~~~~~~^^
File "cypari2/pari_instance.pyx", line 471, in cypari2.pari_instance.Pari.__cinit__
File "cypari2/closure.pyx", line 138, in cypari2.closure._pari_init_closure
cysignals.signals.AlarmInterrupt
```
0 commit comments