Show More
@@ -2489,7 +2489,7 b' static int index_slice_del(indexObject *' | |||||
2489 | if (self->ntinitialized) { |
|
2489 | if (self->ntinitialized) { | |
2490 | Py_ssize_t i; |
|
2490 | Py_ssize_t i; | |
2491 |
|
2491 | |||
2492 |
for (i = start |
|
2492 | for (i = start; i < self->length; i++) { | |
2493 | const char *node = index_node_existing(self, i); |
|
2493 | const char *node = index_node_existing(self, i); | |
2494 | if (node == NULL) |
|
2494 | if (node == NULL) | |
2495 | return -1; |
|
2495 | return -1; |
General Comments 0
You need to be logged in to leave comments.
Login now