Searched refs:PyBytes_Repr (Results 1 – 8 of 8) sorted by relevance
43 PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
32 function,PyBytes_Repr,3.2,
118 EXPORT_FUNC(PyBytes_Repr)
1292 PyBytes_Repr(PyObject *obj, int smartquotes) in PyBytes_Repr() function1369 return PyBytes_Repr(op, 1); in bytes_repr()
352 function PyBytes_Repr
994 - Issue #22519: Fix overflow checking in PyBytes_Repr.
283 Fix overflow checking in PyBytes_Repr.
313 PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);