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
allow using raising err inside implementation (#126)
this allows writing `raise InterpreterError` inside a method table, one
can still return a `interp.Err`, but using `raise` would simplify things
sometimes because Python does not have syntax sugar for error types.
0 commit comments