You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Bug found by 2.4 sre_parse.py testing
This commit is contained in:
Binary file not shown.
@@ -139,6 +139,8 @@ class Python27Parser(Python2Parser):
|
|||||||
# assert condition, expr
|
# assert condition, expr
|
||||||
assert2 ::= assert_expr jmp_true LOAD_ASSERT expr CALL_FUNCTION_1 RAISE_VARARGS_1
|
assert2 ::= assert_expr jmp_true LOAD_ASSERT expr CALL_FUNCTION_1 RAISE_VARARGS_1
|
||||||
|
|
||||||
|
continue ::= JUMP_BACK JUMP_ABSOLUTE
|
||||||
|
|
||||||
for_block ::= returns _come_froms
|
for_block ::= returns _come_froms
|
||||||
|
|
||||||
withstmt ::= expr SETUP_WITH POP_TOP suite_stmts_opt
|
withstmt ::= expr SETUP_WITH POP_TOP suite_stmts_opt
|
||||||
|
Reference in New Issue
Block a user