You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Merge branch 'master' into python-2.4
This commit is contained in:
@@ -30,7 +30,7 @@ class Python30Parser(Python31Parser):
|
||||
_ifstmts_jump ::= c_stmts COME_FROM POP_TOP
|
||||
|
||||
# Used to keep index order the same in semantic actions
|
||||
jb_pop_top ::= JUMP_BACK COME_FROM POP_TOP
|
||||
jb_pop_top ::= JUMP_BACK _come_froms POP_TOP
|
||||
|
||||
while1stmt ::= SETUP_LOOP l_stmts COME_FROM_LOOP
|
||||
whileelsestmt ::= SETUP_LOOP testexpr l_stmts
|
||||
|
Reference in New Issue
Block a user