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