mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-04-13 05:20:38 +00:00
Sync with 2.4 branch
This commit is contained in:
parent
ce690f3586
commit
aced47a020
@ -132,6 +132,9 @@ class Python26Parser(Python2Parser):
|
|||||||
ifelsestmtc ::= testexpr c_stmts_opt ja_cf_pop else_suitec
|
ifelsestmtc ::= testexpr c_stmts_opt ja_cf_pop else_suitec
|
||||||
ifelsestmt ::= testexpr stmts_opt ja_cf_pop else_suite
|
ifelsestmt ::= testexpr stmts_opt ja_cf_pop else_suite
|
||||||
|
|
||||||
|
stmts_opt ::= stmts
|
||||||
|
stmts_opt ::=
|
||||||
|
|
||||||
# The last except of a "try: ... except" can do this...
|
# The last except of a "try: ... except" can do this...
|
||||||
except_suite ::= stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
|
except_suite ::= stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user