Source locations of boolean sub-expressions are too wide #98390
Labels
3.12
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
This is a particular case of #93691.
This code:
Outputs:
The marked jumps have very wide locations - spanning the whole conditional expression. They should instead point to the particular sub-expression that they come from.
The text was updated successfully, but these errors were encountered: