You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Bug in 2.6 tryelse rule
This commit is contained in:
@@ -39,7 +39,7 @@ class Python26Parser(Python2Parser):
|
||||
except_handler
|
||||
|
||||
tryelsestmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
|
||||
except_handler else_suite COME_FROM
|
||||
except_handler else_suite come_froms
|
||||
|
||||
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM POP_TOP
|
||||
|
||||
|
Reference in New Issue
Block a user