Home
last modified time | relevance | path

Searched refs:PyObject_GC_IsTracked (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dobjimpl.h189 PyAPI_FUNC(int) PyObject_GC_IsTracked(PyObject *);
/third_party/python/Doc/c-api/
Dgcsupport.rst92 .. c:function:: int PyObject_GC_IsTracked(PyObject *op)
/third_party/python/PC/
Dpython3dll.c443 EXPORT_FUNC(PyObject_GC_IsTracked)
/third_party/python/Doc/data/
Dstable_abi.dat487 function,PyObject_GC_IsTracked,3.9,
/third_party/python/Modules/
Dgcmodule.c2349 PyObject_GC_IsTracked(PyObject* obj) in PyObject_GC_IsTracked() function
D_testcapimodule.c3753 assert(!PyType_IS_GC(Py_TYPE(self)) || PyObject_GC_IsTracked(self)); in slot_tp_del()
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst1140 Add the functions :c:func:`PyObject_GC_IsTracked` and
/third_party/python/Misc/
Dstable_abi.txt2065 function PyObject_GC_IsTracked
/third_party/python/Doc/whatsnew/
D3.9.rst1305 * Added the functions :c:func:`PyObject_GC_IsTracked` and