Home
last modified time | relevance | path

Searched refs:_PyObject_GET_WEAKREFS_LISTPTR (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
D_weakref.c6 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
Dgcmodule.c803 _PyObject_GET_WEAKREFS_LISTPTR(op); in handle_weakrefs()
/third_party/python/Include/internal/
Dpycore_object.h155 _PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in _PyObject_GET_WEAKREFS_LISTPTR() function
/third_party/python/Objects/
Dweakrefobject.c7 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
Dobject.c2295 return _PyObject_GET_WEAKREFS_LISTPTR(op); in PyObject_GET_WEAKREFS_LISTPTR()
Dtypeobject.c1415 _PyObject_GET_WEAKREFS_LISTPTR(self); in subtype_dealloc()