Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcode.h29 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
/external/python/cpython3/Include/
Dcode.h46 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
/external/python/cpython2/Objects/
Dcodeobject.c146 co->co_weakreflist = NULL; in PyCode_New()
358 if (co->co_weakreflist != NULL) in code_dealloc()
678 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */
/external/python/cpython3/Objects/
Dcodeobject.c219 co->co_weakreflist = NULL; in PyCode_New()
458 if (co->co_weakreflist != NULL) in code_dealloc()
752 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */