SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

Fix 'gather' rules in the python parser generator (GH-22021)

Currently, empty sequences in gather rules make the conditional for
gather rules fail as empty sequences evaluate as "False". We need to
explicitly check for "None" (the failure condition) to avoid false
negatives.
P
Pablo Galindo committed
e55a0e971b4bf9e6473bf0ca6bebdff76c075ef6
Parent: 315a61f
Committed by GitHub <noreply@github.com> on 9/3/2020, 2:29:55 PM