Searched refs:resunicode (Results 1 – 1 of 1) sorted by relevance
7136 PyObject *resunicode; in unicode_encode_call_errorhandler() local7162 &resunicode, newpos)) { in unicode_encode_call_errorhandler()7166 if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) { in unicode_encode_call_errorhandler()7178 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()7180 return resunicode; in unicode_encode_call_errorhandler()9144 PyObject *resunicode; in unicode_translate_call_errorhandler() local9166 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()9179 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()9181 return resunicode; in unicode_translate_call_errorhandler()