Home
last modified time | relevance | path

Searched refs:func_weakreflist (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dfuncobject.c39 op->func_weakreflist = NULL; in _PyFunction_FromConstructor()
115 op->func_weakreflist = NULL; in PyFunction_NewWithQualName()
710 if (op->func_weakreflist != NULL) { in func_dealloc()
784 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
/third_party/python/Include/cpython/
H A Dfuncobject.h41 PyObject *func_weakreflist; /* List of weak references */ member

Completed in 4 milliseconds