Searched defs:PyInt_AsLong (Results 1 – 5 of 5) sorted by relevance
12 #define PyInt_AsLong PyLong_AsLong macro
143 PyInt_AsLong(register PyObject *op) in PyInt_AsLong() function
750 #define PyInt_AsLong(x) PyLong_AsLong(x) macro
162 # define PyInt_AsLong PyLong_AsLong macro
757 #define PyInt_AsLong(x) PyLong_AsLong(x) macro