cpython
cpython copied to clipboard
gh-98762: Fix locations of match sub-expressions
This PR removes the recursive updates which made the locations incorrect.
They are still too broad in some cases, but we should deal with the separately. (One thing we would need to do is to save the locations of identifiers alongside the "stores" list.)
- Issue: gh-98762