Home
last modified time | relevance | path

Searched refs:oerrors (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dfileobject.c561 PyObject *str, *oerrors; in PyFile_SetEncodingAndErrors() local
568 oerrors = PyString_FromString(errors); in PyFile_SetEncodingAndErrors()
569 if (!oerrors) { in PyFile_SetEncodingAndErrors()
574 oerrors = Py_None; in PyFile_SetEncodingAndErrors()
578 Py_SETREF(file->f_errors, oerrors); in PyFile_SetEncodingAndErrors()