-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
parserRelated to the parserRelated to the parserpython313Related to Python 3.13Related to Python 3.13
Description
Ruff's parser does not support the new syntax introduced by PEP 696:
def f[T=int](): pass
I noticed because I'm adding this syntax to CPython and Ruff started failing in CI :).
I saw that you recently switched to a handwritten parser. I'm interested in taking a look at that parser, so I'd like to try to implement this myself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
parserRelated to the parserRelated to the parserpython313Related to Python 3.13Related to Python 3.13