diff --git a/test/bytecode_3.4/04_while1_while1.pyc-notyet b/test/bytecode_3.4/04_while1_while1.pyc similarity index 100% rename from test/bytecode_3.4/04_while1_while1.pyc-notyet rename to test/bytecode_3.4/04_while1_while1.pyc diff --git a/test/bytecode_2.7/06_list_ifnot_and.pyc-pypy-notyet b/test/bytecode_pypy2.7/06_list_ifnot_and.pyc similarity index 100% rename from test/bytecode_2.7/06_list_ifnot_and.pyc-pypy-notyet rename to test/bytecode_pypy2.7/06_list_ifnot_and.pyc diff --git a/uncompyle6/parsers/parse3.py b/uncompyle6/parsers/parse3.py index 6ea1b1ea..908e2e81 100644 --- a/uncompyle6/parsers/parse3.py +++ b/uncompyle6/parsers/parse3.py @@ -138,6 +138,7 @@ class Python3Parser(PythonParser): iflaststmtl ::= testexpr c_stmts_opt JUMP_BACK iflaststmtl ::= testexpr c_stmts_opt JUMP_BACK COME_FROM_LOOP + iflaststmtl ::= testexpr c_stmts_opt JUMP_BACK POP_BLOCK # These are used to keep AST indices the same jump_forward_else ::= JUMP_FORWARD ELSE