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
Same cause as #922. I believe what happens is that with optimizations on, LLVM fuses the error-handling code for both array assignments, so when the error is thrown the instruction pointer always refers to the first assignment.
In the following function, there's a bug on line 10:
However the traceback reports the error as being on line 6:
The text was updated successfully, but these errors were encountered: