Searched defs:obj_utf8 (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/python/
H A Dpyhbac.c81 PyObject *obj_utf8 = NULL; local
84 obj_utf8 = obj;
85 Py_INCREF(obj_utf8); /* Make sure we can DECREF later */
87 if ((obj_utf8 = PyUnicode_AsUTF8String(obj)) == NULL) {
95 return obj_utf8;

Completed in 23 milliseconds