2.7 control-flow bug: except/pass in loop

This commit is contained in:
rocky
2017-11-25 22:12:19 -05:00
parent 566ef37ecc
commit 43cea023c4
3 changed files with 17 additions and 1 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):