Searched refs:co_weakreflist (Results 1 – 4 of 4) sorted by relevance
29 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
44 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
146 co->co_weakreflist = NULL; in PyCode_New()358 if (co->co_weakreflist != NULL) in code_dealloc()678 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */
256 co->co_weakreflist = NULL; in PyCode_NewWithPosOnlyArgs()585 if (co->co_weakreflist != NULL) in code_dealloc()962 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */