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
FEAT: only catch Exception in except hooks (closes#231)
ie we shouldn't catch BaseException (KeyboardInterrupt, ...)
* run_editor_on_exception was very annoyingly opening the editor to "debug" KeyboardInterrupt exceptions
* we could not kill any editor launched by a program (explicitly or via run_editor_on_exception) using the "stop" button in PyCharm (which sends a KeyboardInterrupt exception to the program)
0 commit comments