Searched defs:PY_INT_FROM_LONG (Results 1 – 2 of 2) sorted by relevance
28 #define PY_INT_FROM_LONG(x) (PyInt_FromLong(x)) macro33 #define PY_INT_FROM_LONG(x) (PyLong_FromLong(x)) macro
34 #define PY_INT_FROM_LONG(x) (PyInt_FromLong(x)) macro41 #define PY_INT_FROM_LONG(x) (PyLong_FromLong(x)) macro