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

/sssd-io/src/util/
H A Dsss_python.h22 #define PYNUMBER_ASLONG(what) PyLong_AsLong(what) macro
28 #define PYNUMBER_ASLONG(what) PyInt_AsLong(what) macro

Completed in 5 milliseconds