Commit 518cf94a authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

parents bebcd18b 3f358469
......@@ -1174,12 +1174,6 @@ ast_for_arg(struct compiling *c, const node *n)
}
return arg(name, annotation, c->c_arena);
#if 0
result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
if (!set_context(c, result, Store, n))
return NULL;
return result;
#endif
}
/* returns -1 if failed to handle keyword only arguments
......
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