From f5730135013ffa7d8a66a2cb1e4db4400fa6ddf7 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 30 Jun 2016 05:09:14 -0400 Subject: [PATCH] 2.6 except_suite bug --- uncompyle6/parsers/parse26.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncompyle6/parsers/parse26.py b/uncompyle6/parsers/parse26.py index 8e85010e..31980304 100644 --- a/uncompyle6/parsers/parse26.py +++ b/uncompyle6/parsers/parse26.py @@ -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):