Home
last modified time | relevance | path

Searched refs:type_getattro (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/
Dtypeobject.c3888 type_getattro(PyTypeObject *type, PyObject *name) in type_getattro() function
4342 (getattrofunc)type_getattro, /* tp_getattro */
/third_party/python/Doc/howto/
Ddescriptor.rst764 The full C implementation can be found in :c:func:`type_getattro()` and
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst1496 Fix rare Python crash due to bad refcounting in ``type_getattro()`` if a