Skip to content

Commit 518cf94

Browse files
committed
merge 3.2
2 parents bebcd18 + 3f35846 commit 518cf94

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Python/ast.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,12 +1174,6 @@ ast_for_arg(struct compiling *c, const node *n)
11741174
}
11751175

11761176
return arg(name, annotation, c->c_arena);
1177-
#if 0
1178-
result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
1179-
if (!set_context(c, result, Store, n))
1180-
return NULL;
1181-
return result;
1182-
#endif
11831177
}
11841178

11851179
/* returns -1 if failed to handle keyword only arguments

0 commit comments

Comments
 (0)