Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_struct.c25 PyObject *unpackiter_type; member
1778 iter = (unpackiterobject *) PyType_GenericAlloc((PyTypeObject *)state->unpackiter_type, 0); in Struct_iter_unpack()
2369 Py_VISIT(state->unpackiter_type); in _structmodule_traverse()
2382 Py_CLEAR(state->unpackiter_type); in _structmodule_clear()
2408 state->unpackiter_type = PyType_FromModuleAndSpec( in _structmodule_exec()
2410 if (state->unpackiter_type == NULL) { in _structmodule_exec()

Completed in 4 milliseconds