-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
Description
PEP-695 introduces a few new AST attributes that are currently called typeparams
, as specified in https://peps.python.org/pep-0695/#ast-changes. However, @AlexWaygood rightly points out (#104642 (comment)) that type_params
would be more readable and in line with most of the rest of the AST. Should we change it?
cc @erictraut for this PEP, @cdce8p who made some AST changes in this area before, @pablogsal @isidentical as AST experts.
Linked PRs
AlexWaygood, sunmy2019, hugovk and arhadthedev