Searched defs:PyLong_AsLong (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dlongobject.c211 /* Checking for overflow in PyLong_AsLong is a PITA since C doesn't define
329 PyLong_AsLong(PyObject *obj) function
798 then the PyLong_AsLong*() functions will raise the exception:
807 x = PyLong_AsLong(vv);
3966 x = PyLong_AsLong(v);
/external/python/cpython3/Objects/
H A Dlongobject.c369 /* Checking for overflow in PyLong_AsLong is a PITA since C doesn't define
471 PyLong_AsLong(PyObject *obj) function
1013 x = PyLong_AsLong(vv);
4747 x = PyLong_AsLong((PyObject *)a);
4748 y = PyLong_AsLong((PyObject *)b);

Completed in 155 milliseconds