Home
last modified time | relevance | path

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

/third_party/python/Include/
Dbytesobject.h43 PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
/third_party/python/Doc/data/
Dstable_abi.dat32 function,PyBytes_Repr,3.2,
/third_party/python/PC/
Dpython3dll.c118 EXPORT_FUNC(PyBytes_Repr)
/third_party/python/Objects/
Dbytesobject.c1292 PyBytes_Repr(PyObject *obj, int smartquotes) in PyBytes_Repr() function
1369 return PyBytes_Repr(op, 1); in bytes_repr()
/third_party/python/Misc/
Dstable_abi.txt352 function PyBytes_Repr
DHISTORY994 - Issue #22519: Fix overflow checking in PyBytes_Repr.
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst283 Fix overflow checking in PyBytes_Repr.