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
`exec()` was always executed in the `except SyntaxError` block of the try
around `eval()`, and because of this ``sys.exc_info()`` would not see the right
exception if called as a statement.
See: prompt-toolkit#435
Thanks to Peter Holloway for the proposed fix.
0 commit comments