Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_moduleobject.h16 PyObject *md_weaklist; member
/third_party/python/Objects/
Dmoduleobject.c100 m->md_weaklist = NULL; in PyModule_NewObject()
678 if (m->md_weaklist != NULL) in module_dealloc()
939 offsetof(PyModuleObject, md_weaklist), /* tp_weaklistoffset */