You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Merge branch 'master' into python-3.3-to-3.5
This commit is contained in:
BIN
test/bytecode_2.5/07_try_except.pyc
Normal file
BIN
test/bytecode_2.5/07_try_except.pyc
Normal file
Binary file not shown.
@@ -36,6 +36,8 @@ class Python25Parser(Python26Parser):
|
|||||||
with_as ::= expr setupwithas store suite_stmts_opt
|
with_as ::= expr setupwithas store suite_stmts_opt
|
||||||
POP_BLOCK LOAD_CONST COME_FROM with_cleanup
|
POP_BLOCK LOAD_CONST COME_FROM with_cleanup
|
||||||
|
|
||||||
|
# The last except of a "try: ... except" can do this...
|
||||||
|
except_suite ::= c_stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
|
||||||
|
|
||||||
store ::= STORE_NAME
|
store ::= STORE_NAME
|
||||||
store ::= STORE_FAST
|
store ::= STORE_FAST
|
||||||
|
Reference in New Issue
Block a user