Searched refs:stringobj (Results 1 – 1 of 1) sorted by relevance
231 PyObject *stringobj = NULL; local270 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);