Searched refs:_PyLong_AsInt (Results 1 – 4 of 4) sorted by relevance
28 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
216 fd = _PyLong_AsInt(nameobj); in fileio_init()
2669 fd = _PyLong_AsInt(o); in PyObject_AsFileDescriptor()2683 fd = _PyLong_AsInt(fno); in PyObject_AsFileDescriptor()
346 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() function