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
Because [signal.signal][1] is only allowed to be called from the main
thread, if you use bpdb in another thread it will crash upon entering
the repl. By ignoring the resulting `ValueError` the show can go on.
[1]: https://docs.python.org/3/library/signal.html#signal.signal
0 commit comments