diff --git a/uncompyle6/parsers/parse30.py b/uncompyle6/parsers/parse30.py index 0cf077b4..5d6498dc 100644 --- a/uncompyle6/parsers/parse30.py +++ b/uncompyle6/parsers/parse30.py @@ -157,7 +157,8 @@ class Python30Parser(Python31Parser): JUMP_BACK come_froms POP_TOP POP_BLOCK COME_FROM_LOOP whilestmt ::= SETUP_LOOP testexpr returns POP_TOP POP_BLOCK COME_FROM_LOOP - + whilestmt ::= SETUP_LOOP testexpr l_stmts_opt come_from_opt + come_froms POP_TOP POP_BLOCK COME_FROM_LOOP # compare_chained is like x <= y <= z