Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f35846

Browse files
committed
kill this disabled code
1 parent bc4665e commit 3f35846

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
@@ -666,12 +666,6 @@ ast_for_arg(struct compiling *c, const node *n)
666666
}
667667

668668
return arg(name, annotation, c->c_arena);
669-
#if 0
670-
result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
671-
if (!set_context(c, result, Store, n))
672-
return NULL;
673-
return result;
674-
#endif
675669
}
676670

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

0 commit comments

Comments
 (0)