Home | History | Annotate | Download | only in Modules

Lines Matching refs:oname

6171     PyObject *oname;
6182 PyUnicode_FSConverter, &oname,
6186 PyUnicode_FSConverter, &oname,
6190 username = PyBytes_AS_STRING(oname);
6193 Py_DECREF(oname);