Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h17 #define PyBytes_Repr PyString_Repr macro
/external/python/cpython3/Include/
Dbytesobject.h60 PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
/external/python/cpython3/PC/
Dpython3.def34 PyBytes_Repr=python36.PyBytes_Repr
/external/python/cpython3/Objects/
Dbytesobject.c1321 PyBytes_Repr(PyObject *obj, int smartquotes) in PyBytes_Repr() function
1396 return PyBytes_Repr(op, 1); in bytes_repr()
/external/python/cpython3/Misc/
DNEWS6792 - Issue #22519: Fix overflow checking in PyBytes_Repr.
DHISTORY994 - Issue #22519: Fix overflow checking in PyBytes_Repr.