Searched defs:PYNUMBER_ASLONG (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/util/ | ||
H A D | sss_python.h | 22 #define PYNUMBER_ASLONG(what) PyLong_AsLong(what) macro 28 #define PYNUMBER_ASLONG(what) PyInt_AsLong(what) macro |
Completed in 5 milliseconds