Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h100 PyAPI_FUNC(PyObject **) PyObject_GET_WEAKREFS_LISTPTR(PyObject *op);
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst1177 Convert the :c:func:`PyObject_GET_WEAKREFS_LISTPTR` macro to a function to
/third_party/python/Objects/
Dobject.c2293 PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) in PyObject_GET_WEAKREFS_LISTPTR() function
/third_party/python/Doc/whatsnew/
D3.9.rst1381 * :c:func:`PyObject_GET_WEAKREFS_LISTPTR` macro was converted to a function: