Home
last modified time | relevance | path

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

/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_object.h96 _PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in _PyObject_GET_WEAKREFS_LISTPTR() function
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_object.h93 _PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in _PyObject_GET_WEAKREFS_LISTPTR() function
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_weakref.c6 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
H A Dgcmodule.c803 _PyObject_GET_WEAKREFS_LISTPTR(op); in handle_weakrefs()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_weakref.c6 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
H A Dgcmodule.c803 _PyObject_GET_WEAKREFS_LISTPTR(op); in handle_weakrefs()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_weakref.c6 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
H A Dgcmodule.c790 _PyObject_GET_WEAKREFS_LISTPTR(op); in handle_weakrefs()
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_object.h155 _PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in _PyObject_GET_WEAKREFS_LISTPTR() function
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_object.h153 _PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in _PyObject_GET_WEAKREFS_LISTPTR() function
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_object.h153 _PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in _PyObject_GET_WEAKREFS_LISTPTR() function
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dweakrefobject.c7 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
H A Dobject.c2305 return _PyObject_GET_WEAKREFS_LISTPTR(op); in PyObject_GET_WEAKREFS_LISTPTR()
H A Dtypeobject.c1434 _PyObject_GET_WEAKREFS_LISTPTR(self); in subtype_dealloc()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dweakrefobject.c7 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
H A Dobject.c2216 return _PyObject_GET_WEAKREFS_LISTPTR(op); in PyObject_GET_WEAKREFS_LISTPTR()
H A Dtypeobject.c1308 _PyObject_GET_WEAKREFS_LISTPTR(self); in subtype_dealloc()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dweakrefobject.c7 ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
H A Dobject.c2295 return _PyObject_GET_WEAKREFS_LISTPTR(op); in PyObject_GET_WEAKREFS_LISTPTR()
H A Dtypeobject.c1410 _PyObject_GET_WEAKREFS_LISTPTR(self); in subtype_dealloc()