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