]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 May 2023 14:33:01 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 14:33:01 +0000 (14:33 +0000)
commit7899fac3c5fba3b8258cdd72562230c51164d778
treed9e771cc2c0b2e8dc7bba37e754c3e59e9410ea3
parentfd6b913535d78d3bfec710075ac930474c1057ca
[3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)

gh-104799: Move location of type_params AST fields (GH-104828)
(cherry picked from commit ba73473f4c18ba4cf7ab18d84d94a47d2d37a0c5)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/data/python3.12.abi
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