Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dtypestruct.h70 PyObject *tp_cache; member
/third_party/python/Include/cpython/
Dobject.h264 PyObject *tp_cache; member
/third_party/python/Doc/c-api/
Dtype.rst236 * :c:member:`~PyTypeObject.tp_cache`
Dtypeobj.rst136 …| [:c:member:`~PyTypeObject.tp_cache`] | :c:type:`PyObject` * | …
1819 .. c:member:: PyObject* PyTypeObject.tp_cache
/third_party/python/Objects/
Dtypeobject.c3473 Py_XDECREF(type->tp_cache); in type_dealloc()
3671 Py_VISIT(type->tp_cache); in type_traverse()