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 b98f853 commit d1ac2d4Copy full SHA for d1ac2d4
Objects/listobject.c
@@ -90,7 +90,7 @@ free_list_items(PyObject** items, bool use_qsbr)
90
static int
91
list_resize(PyListObject *self, Py_ssize_t newsize)
92
{
93
- size_t new_allocated;
+ Py_ssize_t new_allocated;
94
Py_ssize_t allocated = self->allocated;
95
96
/* Bypass realloc() when a previous overallocation is large enough
0 commit comments