Searched defs:PyInt_FromLong (Results 1 – 2 of 2) sorted by relevance
191 # define PyInt_FromLong dll_PyInt_FromLong macro
97 #define PyInt_FromLong(i) PyLong_FromLong(i) macro