Kaydet (Commit) 5086e49a authored tarafından Guido van Rossum's avatar Guido van Rossum

Make list_iter() really static.

üst daa19210
......@@ -2021,7 +2021,7 @@ typedef struct {
PyTypeObject PyListIter_Type;
PyObject *
static PyObject *
list_iter(PyObject *seq)
{
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