Kaydet (Commit) aa8b6c58 authored tarafından Thomas Wouters's avatar Thomas Wouters

Fix old not-reading-pep-308-right artifact.

üst 15e62742
......@@ -853,7 +853,7 @@ ast_for_ifexpr(struct compiling *c, const node *n)
/* test: or_test 'if' or_test 'else' test */
expr_ty expression, body, orelse;
assert(NCH(n) >= 3);
assert(NCH(n) == 5);
body = ast_for_expr(c, CHILD(n, 0));
if (!body)
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment