| 8 | See https://groups.google.com/d/msgid/sage-devel/54c8dd1f-5efa-4a9f-b17f-4225ef9c6c91n%40googlegroups.com. |
| 9 | |
| 10 | The following test fails: |
| 11 | {{{ |
| 12 | sage: try: |
| 13 | alarm(0.5) |
| 14 | singular._expect_expr('>') # interrupt this |
| 15 | except KeyboardInterrupt: |
| 16 | pass ## line 505 ## |
| 17 | Control-C pressed. Interrupting Singular. Please wait a few seconds... |
| 18 | sage: 2*a ## line 514 ## |
| 19 | ------------------------------------------------------------------------ |
| 20 | /home/chapoton/sage/local/lib/python3.8/site-packages/cysignals/signals.cpython-38-x86_64-linux-gnu.so(+0x7df4)[0x7f7c33af8df4] |
| 21 | ... |
| 22 | }}} |
| 23 | |