]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
authorMatthew Rahtz <matthew.rahtz@gmail.com>
Sat, 26 Mar 2022 16:55:35 +0000 (16:55 +0000)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 16:55:35 +0000 (09:55 -0700)
commite8e737bcf6d22927caebc30c5d57ac4634063219
tree6c0d4d51e8216f02fa0e6874aa4d78e20dd9397a
parent26cca8067bf5306e372c0e90036d832c5021fd90
bpo-43224: Implement PEP 646 grammar changes (GH-31018)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
12 files changed:
Grammar/python.gram
Lib/ast.py
Lib/test/test_ast.py
Lib/test/test_future.py
Lib/test/test_pep646_syntax.py [new file with mode: 0644]
Lib/test/test_syntax.py
Lib/test/test_unparse.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2022-01-20-16-48-09.bpo-43224.WDihrT.rst [new file with mode: 0644]
Parser/parser.c
Python/ast_unparse.c
Python/compile.c