Searched refs:encoding_str (Results 1 – 1 of 1) sorted by relevance
1636 PyObject *encoding_str = NULL; in UnicodeEncodeError_str() local1647 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()1648 if (encoding_str == NULL) in UnicodeEncodeError_str()1662 PyString_AS_STRING(encoding_str), in UnicodeEncodeError_str()1670 PyString_AS_STRING(encoding_str), in UnicodeEncodeError_str()1677 Py_XDECREF(encoding_str); in UnicodeEncodeError_str()1725 PyObject *encoding_str = NULL; in UnicodeDecodeError_str() local1736 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()1737 if (encoding_str == NULL) in UnicodeDecodeError_str()1747 PyString_AS_STRING(encoding_str), in UnicodeDecodeError_str()[all …]