Commit 8d8b58f4 authored by Guido van Rossum's avatar Guido van Rossum

Make list_iter() really static.

parent 04025bff
...@@ -2021,7 +2021,7 @@ typedef struct { ...@@ -2021,7 +2021,7 @@ typedef struct {
PyTypeObject PyListIter_Type; PyTypeObject PyListIter_Type;
PyObject * static PyObject *
list_iter(PyObject *seq) list_iter(PyObject *seq)
{ {
listiterobject *it; listiterobject *it;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment