Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-03-14-21-42-17.bpo-25750.lxgkQz.rst1 Fix rare Python crash due to bad refcounting in ``type_getattro()`` if a
/external/python/cpython3/Doc/howto/
Ddescriptor.rst104 "Emulate type_getattro() in Objects/typeobject.c"
/external/python/cpython2/Doc/howto/
Ddescriptor.rst108 "Emulate type_getattro() in Objects/typeobject.c"
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst285 Fix rare Python crash due to bad refcounting in ``type_getattro()`` if a
/external/python/cpython3/Objects/
Dtypeobject.c3143 type_getattro(PyTypeObject *type, PyObject *name) in type_getattro() function
3570 (getattrofunc)type_getattro, /* tp_getattro */
/external/python/cpython2/Objects/
Dtypeobject.c2609 type_getattro(PyTypeObject *type, PyObject *name) in type_getattro() function
2896 (getattrofunc)type_getattro, /* tp_getattro */