2.6.9 assert 2-arg bug

This commit is contained in:
rocky
2016-06-29 22:28:52 -04:00
parent 5b2198a4a6
commit d7f7748000
5 changed files with 21 additions and 1 deletions

View File

@@ -135,7 +135,6 @@ class Python2Parser(PythonParser):
classdefdeco2 ::= LOAD_CONST expr mkfunc CALL_FUNCTION_0 BUILD_CLASS
assert2 ::= assert_expr jmp_true LOAD_ASSERT expr CALL_FUNCTION_1 RAISE_VARARGS_1
assert2 ::= assert_expr jmp_true LOAD_ASSERT expr RAISE_VARARGS_2
assert_expr ::= expr
assert_expr ::= assert_expr_or