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

/sssd-io/src/python/
H A Dpyhbac.c932 PyObject *py_attr = NULL; local
965 py_attr = PYNUMBER_FROMLONG(attr);
966 if (!py_attr) {
971 if (PySet_Add(py_missing, py_attr) != 0) {
973 Py_DECREF(py_attr);

Completed in 14 milliseconds