You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
2.6 except_suite bug
This commit is contained in:
@@ -153,7 +153,7 @@ class Python26Parser(Python2Parser):
|
||||
|
||||
def p_except26(self, args):
|
||||
'''
|
||||
except_suite ::= c_stmts_opt jmp_abs new_block
|
||||
except_suite ::= c_stmts_opt jmp_abs come_from_pop
|
||||
'''
|
||||
|
||||
def p_misc(self, args):
|
||||
|
Reference in New Issue
Block a user