Searched refs:bytes_decode (Results 1 – 2 of 2) sorted by relevance
415 {"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
4578 - Issue #16495: Remove extraneous NULL encoding check from bytes_decode().