You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Merge branch 'master' into python-3.3-to-3.5
This commit is contained in:
@@ -132,6 +132,9 @@ class Python26Parser(Python2Parser):
|
||||
ifelsestmtc ::= testexpr c_stmts_opt ja_cf_pop else_suitec
|
||||
ifelsestmt ::= testexpr stmts_opt ja_cf_pop else_suite
|
||||
|
||||
stmts_opt ::= stmts
|
||||
stmts_opt ::=
|
||||
|
||||
# The last except of a "try: ... except" can do this...
|
||||
except_suite ::= stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
|
||||
|
||||
|
Reference in New Issue
Block a user