Searched defs:PyInt_FromLong (Results 1 – 5 of 5) sorted by relevance
12 #define PyInt_FromLong PyLong_FromLong macro
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