Bug found by 2.4 sre_parse.py testing

This commit is contained in:
rocky
2020-02-15 08:06:58 -05:00
parent 970cad7cc7
commit 35127452f5
2 changed files with 2 additions and 0 deletions

View File

@@ -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