gstarnberger/uncompyle

try-finally-pass

Opened this issue · 0 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