summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/listobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/listobject.c b/Objects/listobject.c
index 4825e9b..12a9272 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -2021,7 +2021,7 @@ typedef struct {
PyTypeObject PyListIter_Type;
-PyObject *
+static PyObject *
list_iter(PyObject *seq)
{
listiterobject *it;