Searched refs:oerrors (Results 1 – 1 of 1) sorted by relevance
566 PyObject *str, *oerrors; in PyFile_SetEncodingAndErrors() local573 oerrors = PyString_FromString(errors); in PyFile_SetEncodingAndErrors()574 if (!oerrors) { in PyFile_SetEncodingAndErrors()579 oerrors = Py_None; in PyFile_SetEncodingAndErrors()583 Py_SETREF(file->f_errors, oerrors); in PyFile_SetEncodingAndErrors()