8000 cleanup debug code · python/cpython@94cbc7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 94cbc7c

Browse files
committed
cleanup debug code
1 parent 6adf31c commit 94cbc7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Objects/rangeobject.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ make_range_object(PyTypeObject *type, PyObject *start,
6464
Py_DECREF(length);
6565
return NULL;
6666
}
67-
} else {
68-
//printf("rangeobject from freelist!\n");
6967
}
7068
obj->start = start;
7169
obj->stop = stop;

0 commit comments

Comments
 (0)
0