]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow the parser to avoid nested processing of invalid rules (GH-31252)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 10 Feb 2022 13:12:14 +0000 (13:12 +0000)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 13:12:14 +0000 (13:12 +0000)
commit390459de6db1e68b79c0897cc88c0d562693ec5c
tree797c720a46e689baa63cc29c59a3f41511a0fb6c
parent2cea8c29cf975a8ad7d8c3ff19d1e836c2d54707
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Grammar/python.gram
Lib/test/test_exceptions.py
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Tools/peg_generator/pegen/c_generator.py