]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 22 Sep 2023 18:03:23 +0000 (19:03 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 18:03:23 +0000 (19:03 +0100)
commitb28ffaa193efc66f46ab90d383279174a11a11d7
treeacea940a825714a0c55c4669d31e23fa08ed8bf0
parent7c553991724d8d537f8444db73f016008753d77a
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606)
Grammar/python.gram
Include/compile.h
Lib/test/test_peg_generator/test_pegen.py
Misc/NEWS.d/next/Core and Builtins/2023-09-20-13-18-08.gh-issue-109596.RG0K2G.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen_errors.c
Tools/peg_generator/pegen/grammar.py