Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h30 PyObject *func_weakreflist; /* List of weak references */ member
/external/python/cpython3/Include/
Dfuncobject.h31 PyObject *func_weakreflist; /* List of weak references */ member
/external/python/cpython2/Objects/
Dfuncobject.c19 op->func_weakreflist = NULL; in PyFunction_New()
449 if (op->func_weakreflist != NULL) in func_dealloc()
569 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
/external/python/cpython3/Objects/
Dfuncobject.c27 op->func_weakreflist = NULL; in PyFunction_NewWithQualName()
530 if (op->func_weakreflist != NULL) in func_dealloc()
617 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */