]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused...
authorwim glenn <wim.glenn@gmail.com>
Wed, 3 Nov 2021 20:57:40 +0000 (15:57 -0500)
committerGitHub <noreply@github.com>
Wed, 3 Nov 2021 20:57:40 +0000 (20:57 +0000)
commit762173c6709f5cf3b59cbbe47d4e6fafbfe7ec2a
treeda8722ccb5342905a58fe533b7b767235488f0db
parent7b438282d39e742b2628a32e7c6699a140ff4cfb
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393)

Co-authored-by: Wim Glenn <wglenn@jumptrading.com>
Grammar/python.gram
Parser/parser.c
Tools/peg_generator/pegen/python_generator.py