You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
More Python 2 and 3 deparsing bugs fixed
* while + if break * try + finall /pass
This commit is contained in:
@@ -263,7 +263,7 @@ class Python3Parser(PythonParser):
|
||||
try_middle _come_from _come_from
|
||||
|
||||
# this is nested inside a trystmt
|
||||
tryfinallystmt ::= SETUP_FINALLY suite_stmts
|
||||
tryfinallystmt ::= SETUP_FINALLY suite_stmts_opt
|
||||
POP_BLOCK LOAD_CONST
|
||||
COME_FROM suite_stmts_opt END_FINALLY
|
||||
|
||||
|
Reference in New Issue
Block a user