Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h83 PyAPI_FUNC(int) PyObject_IS_GC(PyObject *obj);
/third_party/python/Include/internal/
Dpycore_gc.h30 (PyObject_IS_GC(obj) && \
/third_party/python/Doc/c-api/
Dgcsupport.rst84 .. c:function:: int PyObject_IS_GC(PyObject *obj)
/third_party/python/Modules/
Dgcmodule.c2230 PyObject_IS_GC(PyObject *obj) in PyObject_IS_GC() function
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst1130 Convert :c:func:`PyObject_IS_GC` macro to a function to hide implementation
/third_party/python/Doc/whatsnew/
D3.9.rst1374 * :c:func:`PyObject_IS_GC` macro was converted to a function.