Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

try-finally-pass #20

Open
rocky opened this issue Apr 23, 2017 · 0 comments
Open

try-finally-pass #20

rocky opened this issue Apr 23, 2017 · 0 comments

Comments

@rocky
Copy link

rocky commented Apr 23, 2017

# 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant