Home
last modified time | relevance | path

Searched refs:bytes_decode (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h415 {"decode", (PyCFunction)bytes_decode, METH_FASTCALL|METH_KEYWORDS, bytes_decode__doc__},
422 bytes_decode(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in bytes_decode() function
/external/python/cpython3/Misc/
DHISTORY4578 - Issue #16495: Remove extraneous NULL encoding check from bytes_decode().