Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dtypestruct.h73 PyObject *tp_cache; member
/third_party/python/Include/cpython/
Dobject.h263 PyObject *tp_cache; member
/third_party/python/Doc/c-api/
Dtype.rst251 * :c:member:`~PyTypeObject.tp_cache`
Dtypeobj.rst136 …| [:c:member:`~PyTypeObject.tp_cache`] | :c:type:`PyObject` * | …
1927 .. c:member:: PyObject* PyTypeObject.tp_cache
/third_party/python/Objects/
Dtypeobject.c4051 Py_XDECREF(type->tp_cache); in type_dealloc()
4247 Py_VISIT(type->tp_cache); in type_traverse()