]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). ...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 10 Feb 2022 14:38:31 +0000 (14:38 +0000)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 14:38:31 +0000 (14:38 +0000)
commit14284b0e71c2110f94941b774478fb594d0ef192
tree62c7e404bc1c452a951e435d1802343dc1192c36
parent9f5145403b40b19e5c00ba43eaa35d5ea2b7b545
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257)

(cherry picked from commit 390459de6db1e68b79c0897cc88c0d562693ec5c)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_exceptions.py
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Tools/peg_generator/pegen/c_generator.py