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