]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104656: Rename typeparams AST node to type_params (#104657)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 22 May 2023 04:25:09 +0000 (21:25 -0700)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 04:25:09 +0000 (21:25 -0700)
commita5f244d627a6815cf2d8ccec836b9b52eb3e8de2
tree55b68f8a6f9366132742fb45bd93199065f9e720
parentef5d00a59207a63c6d5ae0d5d44054847d1bf3b5
gh-104656: Rename typeparams AST node to type_params (#104657)
14 files changed:
Doc/library/ast.rst
Grammar/python.gram
Include/internal/pycore_ast.h
Include/internal/pycore_ast_state.h
Lib/ast.py
Misc/NEWS.d/next/Core and Builtins/2023-04-25-08-43-11.gh-issue-103763.ZLBZk1.rst
Parser/Python.asdl
Parser/action_helpers.c
Parser/parser.c
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/compile.c
Python/symtable.c