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
Python 3.11 adds fine grained location information to tracebacks, and uses it to print an arrow under the code line. Figure out how to get this information from the traceback objects and use it to draw the same output in the interactive debugger.
Python 3.11 adds fine grained location information to tracebacks, and uses it to print an arrow under the code line. Figure out how to get this information from the
tracebackobjects and use it to draw the same output in the interactive debugger.