diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-09-03 14:29:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 14:29:55 (GMT) |
commit | e55a0e971b4bf9e6473bf0ca6bebdff76c075ef6 (patch) | |
tree | 5dca77a9c05b0075139bdbd4762a643f782e114e /Lib/io.py | |
parent | 315a61f7a9418d904e0eea14b1f054fac3a90e9f (diff) | |
download | cpython-e55a0e971b4bf9e6473bf0ca6bebdff76c075ef6.zip cpython-e55a0e971b4bf9e6473bf0ca6bebdff76c075ef6.tar.gz cpython-e55a0e971b4bf9e6473bf0ca6bebdff76c075ef6.tar.bz2 |
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.
Diffstat (limited to 'Lib/io.py')
0 files changed, 0 insertions, 0 deletions