wibiti/uncompyle2

try-finally-pass

rocky opened this issue · 1 comments

rocky commented
# Tests and empty finally section
# tryfinallystmt ::= SETUP_FINALLY e_suite_stmts_opt
#                    POP_BLOCK LOAD_CONST COME_FROM e_suite_stmts_opt END_FINALLY
#

try:
    pass
finally:
    pass
pass

https://github.com/rocky/python-uncompyle6/blob/master/test/bytecode_2.7/05_try_finally_pass.pyc

Should be fixed now.