Home
last modified time | relevance | path

Searched refs:unpackiter_type (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_struct.c19 PyObject *unpackiter_type; member
1742 …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() local
2382 if (unpackiter_type == NULL) { in PyInit__struct()
2385 get_struct_state(m)->unpackiter_type = unpackiter_type; in PyInit__struct()