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
rocky
changed the title
Consider adding signal handling to Mathics3
Adding to Mathics3 signal handling and going into an interactive SIGINT handler
Nov 25, 2024
For handling
TimeConstrained
in systems like pyodide, we should consider adding aSIGALRM
signal handler.As mentioned in #1160 (comment) pyodide can probably send Python signals.
Another use for signal handling is for SIGINT to go break the current execution and go into in interactive mode mid-computation.
Consider also having
Breakpoint[]
hook into such an interactive signal hander.The text was updated successfully, but these errors were encountered: