Kaydet (Commit) 46c5deb1 authored tarafından doko@ubuntu.com's avatar doko@ubuntu.com

- Modules/_struct.c (unpackiter_type): Define static.

üst 5de397e1
......@@ -1626,7 +1626,7 @@ unpackiter_iternext(unpackiterobject *self)
return result;
}
PyTypeObject unpackiter_type = {
static PyTypeObject unpackiter_type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"unpack_iterator", /* tp_name */
sizeof(unpackiterobject), /* tp_basicsize */
......
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