We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adf31c commit 94cbc7cCopy full SHA for 94cbc7c
Objects/rangeobject.c
@@ -64,8 +64,6 @@ make_range_object(PyTypeObject *type, PyObject *start,
64
Py_DECREF(length);
65
return NULL;
66
}
67
- } else {
68
- //printf("rangeobject from freelist!\n");
69
70
obj->start = start;
71
obj->stop = stop;
0 commit comments