Commits
Click on a commit to change the comparison range[syntax-errors] Type parameter defaults before Python 3.13
Summary
--
Detects the presence of a [PEP 696] type parameter default before Python 3.13.
Test Plan
--
New inline parser tests for type aliases, generic functions and generic classes.
[PEP 696]: https://peps.python.org/pep-0696/#grammar-changes test a case with non-default and multiple defaults default_start -> equal_token_start