SyntaxError location for *args
in class bases is inconsistent
#93165
Labels
3.10
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Code snippet:
On Python 3.9:
On Python 3.10:
I'd have expected it to point directly at the
*
in both cases.The text was updated successfully, but these errors were encountered: