]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104799: Move location of type_params AST fields (#104828)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 26 May 2023 12:54:37 +0000 (05:54 -0700)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 12:54:37 +0000 (05:54 -0700)
commitba73473f4c18ba4cf7ab18d84d94a47d2d37a0c5
tree64dd261a14ec8991182807c5a01f8042c5fb6f1f
parent6e1eccdcce5ea3bf1ef9d326d20ef9df21262c6b
gh-104799: Move location of type_params AST fields (#104828)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/ast.rst
Grammar/python.gram
Include/internal/pycore_ast.h
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2023-05-23-18-31-49.gh-issue-104799.MJYOw6.rst [new file with mode: 0644]
Parser/Python.asdl
Parser/action_helpers.c
Parser/parser.c
Python/Python-ast.c