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
previously exceptions were parsed line by line, however
3.11 introduced https://docs.python.org/3/whatsnew/3.11.html#whatsnew311-pep657
which means that exception line numbers and traceback skip offsets
no longer line up.
Rather than inspect the source code this change introduces an
extra frame in `def _invoke_callback` that can be detected
by walking the traceback and finding its code object.
0 commit comments