Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dfileio.c229 PyObject *stringobj = NULL; local
268 if (!PyUnicode_FSDecoder(nameobj, &stringobj)) {
274 widename = PyUnicode_AsUnicode(stringobj);
277 widename = PyUnicode_AsWideCharString(stringobj, NULL);
282 if (!PyUnicode_FSConverter(nameobj, &stringobj)) {
285 name = PyBytes_AS_STRING(stringobj);
508 Py_CLEAR(stringobj);