Skip to content

Commit 51f2e49

Browse files
committed
Delete commented out code.
1 parent 85bdaf9 commit 51f2e49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Python/ceval.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5594,12 +5594,6 @@ initialize_locals(PyThreadState *tstate, PyFunctionObject *func,
55945594
goto fail_post_args;
55955595
}
55965596
}
5597-
// /* Copy closure variables to free variables */
5598-
// for (i = 0; i < co->co_nfreevars; ++i) {
5599-
// PyObject *o = PyTuple_GET_ITEM(func->func_closure, i);
5600-
// Py_INCREF(o);
5601-
// localsplus[co->co_nlocals + co->co_nplaincellvars + i] = o;
5602-
// }
56035597
return 0;
56045598

56055599
fail_pre_positional:

0 commit comments

Comments
 (0)