mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
Add Another 2.7.5 "while 1" rule
This commit is contained in:
parent
fdf97a1cc0
commit
6511cc4dd4
@ -143,6 +143,7 @@ class Python27Parser(Python2Parser):
|
||||
# 2.7.5 (and before to 2.7.0?)
|
||||
while1stmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK COME_FROM
|
||||
while1stmt ::= SETUP_LOOP l_stmts_opt CONTINUE COME_FROM
|
||||
while1stmt ::= SETUP_LOOP returns COME_FROM
|
||||
|
||||
while1stmt ::= SETUP_LOOP returns bp_come_from
|
||||
while1stmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK POP_BLOCK COME_FROM
|
||||
|
Loading…
Reference in New Issue
Block a user