Commit e295676c authored by Hye-Shik Chang's avatar Hye-Shik Chang

Fix build on gcc: PySetIter_Type should be static in definition

part also.
parent 06d8cf8c
...@@ -602,7 +602,7 @@ fail: ...@@ -602,7 +602,7 @@ fail:
return NULL; return NULL;
} }
PyTypeObject PySetIter_Type = { static PyTypeObject PySetIter_Type = {
PyObject_HEAD_INIT(&PyType_Type) PyObject_HEAD_INIT(&PyType_Type)
0, /* ob_size */ 0, /* ob_size */
"setiterator", /* tp_name */ "setiterator", /* tp_name */
......
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