Searched defs:PyInt_FromLong (Results 1 – 4 of 4) sorted by relevance
149 # define PyInt_FromLong PyLong_FromLong macro
87 PyInt_FromLong(long ival) in PyInt_FromLong() function
751 #define PyInt_FromLong(x) PyLong_FromLong(x) macro
758 #define PyInt_FromLong(x) PyLong_FromLong(x) macro