mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Left-recursive rules need to check for errors explicitly, since even if the rule returns NULL, the parsing might continue and lead to long-distance failures. Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>