Home
last modified time | relevance | path

Searched refs:PyObject_GET_WEAKREFS_LISTPTR (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
D_weakref.c5 ((PyWeakReference **) PyObject_GET_WEAKREFS_LISTPTR(o))
Dgcmodule.c632 PyObject_GET_WEAKREFS_LISTPTR(op); in handle_weakrefs()
/external/python/cpython2/Include/
Dobjimpl.h348 #define PyObject_GET_WEAKREFS_LISTPTR(o) \ macro
/external/python/cpython2/Objects/
Dweakrefobject.c6 ((PyWeakReference **) PyObject_GET_WEAKREFS_LISTPTR(o))
Dtypeobject.c1014 PyObject_GET_WEAKREFS_LISTPTR(self); in subtype_dealloc()