Searched defs:PyInt_AsLong (Results 1 – 4 of 4) 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
757 #define PyInt_AsLong(x) PyLong_AsLong(x) macro