]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
authorBrandt Bucher <brandt@python.org>
Fri, 30 Apr 2021 00:19:28 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 00:19:28 +0000 (17:19 -0700)
commitdbe60ee09dc5a624cfb78dff61ecf050a5b3f105
treecb0850e50916b666879770be4fb42b473db357e8
parent87655e2cf58c543914ea05ebe5a0377441da1ef2
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Grammar/python.gram
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2021-04-29-16-00-28.bpo-43892.WXIehI.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Python/ast_opt.c
Python/compile.c