Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h533 #define PyObject_REPR(obj) PyString_AS_STRING(PyObject_Repr(obj)) macro
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2523 * Removed non-documented macro :c:macro:`PyObject_REPR` which leaked references.
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5150 Removed non-documented macro PyObject_REPR().