Searched refs:bytes_new_impl (Results 1 – 2 of 2) sorted by relevance
814 bytes_new_impl(PyTypeObject *type, PyObject *x, const char *encoding,876 return_value = bytes_new_impl(type, x, encoding, errors); in bytes_new()
2567 bytes_new_impl(PyTypeObject *type, PyObject *x, const char *encoding, in bytes_new_impl() function