Too wide location info for CHECK_EG_MATCH #129025
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
The line number of the instructions emitted for
except*
(CHECK_EG_MATCH
etc) spans the entireexcept*
body, and this shows up in the traceback whenexcept*
raises (e.g. whensplit()
fails).Linked PRs
The text was updated successfully, but these errors were encountered: