Skip to content

Commit 53f146f

Browse files
committed
Remove commented out code
1 parent d1239f7 commit 53f146f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Python/codegen.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,10 +4773,6 @@ codegen_comprehension(compiler *c, expr_ty e, int type,
47734773
Py_CLEAR(co);
47744774

47754775
VISIT(c, expr, outermost->iter);
4776-
//if (codegen_comprehension_iter(c, outermost)) {
4777-
// goto error;
4778-
//}
4779-
47804776
ADDOP_I(c, loc, CALL, 0);
47814777

47824778
if (is_async_comprehension && type != COMP_GENEXP) {

0 commit comments

Comments
 (0)