diff --git a/test/bytecode_2.7/08_while1_if_continue.pyc b/test/bytecode_2.7/08_while1_if_continue.pyc index 03aa5493..7e10fdd6 100644 Binary files a/test/bytecode_2.7/08_while1_if_continue.pyc and b/test/bytecode_2.7/08_while1_if_continue.pyc differ diff --git a/uncompyle6/parsers/parse27.py b/uncompyle6/parsers/parse27.py index e41993ba..1792b83c 100644 --- a/uncompyle6/parsers/parse27.py +++ b/uncompyle6/parsers/parse27.py @@ -139,6 +139,8 @@ class Python27Parser(Python2Parser): # assert condition, expr assert2 ::= assert_expr jmp_true LOAD_ASSERT expr CALL_FUNCTION_1 RAISE_VARARGS_1 + continue ::= JUMP_BACK JUMP_ABSOLUTE + for_block ::= returns _come_froms withstmt ::= expr SETUP_WITH POP_TOP suite_stmts_opt