Searched defs:PyInt_FromLong (Results 1 – 3 of 3) sorted by relevance
12 #define PyInt_FromLong PyLong_FromLong macro
751 #define PyInt_FromLong(x) PyLong_FromLong(x) macro
758 #define PyInt_FromLong(x) PyLong_FromLong(x) macro