You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
2.7 control-flow bug: except/pass in loop
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user