Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h44 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
/third_party/python/Objects/
Dcodeobject.c264 co->co_weakreflist = NULL; in PyCode_NewWithPosOnlyArgs()
670 if (co->co_weakreflist != NULL) in code_dealloc()
1225 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */