Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h255 PyObject *ht_module; member
/third_party/python/Objects/
H A Dtypeobject.c2784 et->ht_module = NULL; in type_new_alloc()
3463 res->ht_module = Py_XNewRef(module); in PyType_FromModuleAndSpec()
3693 if (!et->ht_module) { in PyType_GetModule()
3700 return et->ht_module; in PyType_GetModule()
3740 PyObject *module = ht->ht_module; in PyType_GetModuleByDef()
4121 Py_XDECREF(et->ht_module); in type_dealloc()
4325 Py_VISIT(((PyHeapTypeObject *)type)->ht_module); in type_traverse()
4352 We also need to clear ht_module, if present: the module usually holds a in type_clear()
4377 Py_CLEAR(((PyHeapTypeObject *)type)->ht_module); in type_clear()

Completed in 17 milliseconds