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
(<class 'Exception'>, Exception(), <traceback object at 0x101a3d048>)
(None, None, None)
This is fairly serious; if you stick an 'as e' at the end of 'except Exception' and a 'raise' at the end of the except block, you wind up with a segfault.
Discovered in version 0.14.4, confirmed in 0.16.3.