Python 3: "or" doesn't have optional come_from

This commit is contained in:
rocky
2016-10-05 22:54:50 -04:00
parent 649e4518fe
commit b52f341d46
3 changed files with 2 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ class Python3Parser(PythonParser):
WITH_CLEANUP END_FINALLY
and ::= expr jmp_false expr COME_FROM
or ::= expr jmp_true expr COME_FROM
'''
def p_misc3(self, args):