Searched refs:PyBytes_Repr (Results 1 – 6 of 6) sorted by relevance
17 #define PyBytes_Repr PyString_Repr macro
60 PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
34 PyBytes_Repr=python36.PyBytes_Repr
1321 PyBytes_Repr(PyObject *obj, int smartquotes) in PyBytes_Repr() function1396 return PyBytes_Repr(op, 1); in bytes_repr()
6792 - Issue #22519: Fix overflow checking in PyBytes_Repr.
994 - Issue #22519: Fix overflow checking in PyBytes_Repr.