Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-04-15 20:35:01 -04:00
9 changed files with 20 additions and 11 deletions

View File

@@ -123,6 +123,7 @@ class Python27Parser(Python2Parser):
conditional_true ::= expr JUMP_FORWARD expr COME_FROM
conditional ::= expr jmp_false expr JUMP_FORWARD expr COME_FROM
conditional ::= expr jmp_false expr JUMP_ABSOLUTE expr
"""
def p_stmt27(self, args):