Home
last modified time | relevance | path

Searched refs:PyLong_GetInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dlongobject.h32 PyAPI_FUNC(PyObject *) PyLong_GetInfo(void);
/third_party/python/Doc/data/
Dstable_abi.dat358 function,PyLong_GetInfo,3.2,
/third_party/python/PC/
Dpython3dll.c341 EXPORT_FUNC(PyLong_GetInfo)
/third_party/python/Misc/
Dstable_abi.txt868 function PyLong_GetInfo
/third_party/python/Python/
Dsysmodule.c2831 SET_SYS("int_info", PyLong_GetInfo()); in _PySys_InitCore()
/third_party/python/Objects/
Dlongobject.c5717 PyLong_GetInfo(void) in PyLong_GetInfo() function