SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 136 Python

bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)

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>
L
Lysandros Nikolaou committed
02cdfc93f82fecdb7eae97a868d4ee222b9875d9
Parent: d21cb2d
Committed by GitHub <noreply@github.com> on 10/31/2020, 6:31:41 PM