Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2017-11-25 23:15:01 -05:00
17 changed files with 209 additions and 146 deletions

View File

@@ -53,6 +53,8 @@ class Python27Parser(Python2Parser):
except_cond2 ::= DUP_TOP expr COMPARE_OP
jmp_false POP_TOP designator POP_TOP
except_suite ::= c_stmts_opt CONTINUE
"""
def p_jump27(self, args):