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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c227 /* Checking for overflow in PyLong_AsLong is a PITA since C doesn't define
345 PyLong_AsLong(PyObject *obj) function
796 then the PyLong_AsLong*() functions will raise the exception:
805 x = PyLong_AsLong(vv);
3952 x = PyLong_AsLong(v);

Completed in 152 milliseconds