mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Zap a duplicate line
This commit is contained in:
parent
3b63556d4a
commit
eca274367e
1 changed files with 0 additions and 1 deletions
|
@ -2924,7 +2924,6 @@ compiler_visit_expr(struct compiler *c, expr_ty e)
|
|||
case Dict_kind:
|
||||
n = asdl_seq_LEN(e->v.Dict.values);
|
||||
ADDOP_I(c, BUILD_MAP, (n>255 ? 255 : n));
|
||||
n = asdl_seq_LEN(e->v.Dict.values);
|
||||
for (i = 0; i < n; i++) {
|
||||
VISIT(c, expr,
|
||||
(expr_ty)asdl_seq_GET(e->v.Dict.values, i));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue