Searched refs:unpackiter_type (Results 1 – 1 of 1) sorted by relevance
19 PyObject *unpackiter_type; member1742 …ckiterobject *) PyType_GenericAlloc((PyTypeObject *)_structmodulestate_global->unpackiter_type, 0); in Struct_iter_unpack()2328 Py_VISIT(state->unpackiter_type); in _structmodule_traverse()2340 Py_CLEAR(state->unpackiter_type); in _structmodule_clear()2381 PyObject *unpackiter_type = PyType_FromSpec(&unpackiter_type_spec); in PyInit__struct() local2382 if (unpackiter_type == NULL) { in PyInit__struct()2385 get_struct_state(m)->unpackiter_type = unpackiter_type; in PyInit__struct()