Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dfileio.c231 PyObject *stringobj = NULL; local
270 if (!PyUnicode_FSDecoder(nameobj, &stringobj)) {
276 widename = PyUnicode_AsUnicode(stringobj);
279 widename = PyUnicode_AsWideCharString(stringobj, NULL);
284 if (!PyUnicode_FSConverter(nameobj, &stringobj)) {
287 name = PyBytes_AS_STRING(stringobj);
506 Py_CLEAR(stringobj);