]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43892: Make match patterns explicit in the AST (GH-25585)
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 29 Apr 2021 05:58:44 +0000 (15:58 +1000)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 05:58:44 +0000 (22:58 -0700)
commit1e7b858575d0ad782939f86aae4a2fa1c29e9f14
tree9445a7a82905c5bb253564853f33dacfceac6e93
parente52ab42cedd2a5ef4c3c1a47d0cf96a8f06d051f
bpo-43892: Make match patterns explicit in the AST (GH-25585)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
20 files changed:
Doc/library/ast.rst
Grammar/python.gram
Include/internal/pycore_ast.h
Include/internal/pycore_ast_state.h
Include/internal/pycore_symtable.h
Lib/ast.py
Lib/test/test_patma.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core and Builtins/2021-04-25-08-35-11.bpo-43892.hr5Ke2.rst [new file with mode: 0644]
Parser/Python.asdl
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/ast_unparse.c
Python/bltinmodule.c
Python/compile.c
Python/symtable.c