Home
last modified time | relevance | path

Searched refs:_PyLong_Init (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h127 PyAPI_FUNC(int) _PyLong_Init(void);
/external/python/cpython3/Python/
Dpylifecycle.c67 extern int _PyLong_Init(void);
741 if (!_PyLong_Init()) in _Py_InitializeCore_impl()
/external/python/cpython2/Python/
Dpythonrun.c220 if (!_PyLong_Init()) in Py_InitializeEx()
/external/python/cpython2/Objects/
Dlongobject.c4400 _PyLong_Init(void) in _PyLong_Init() function
/external/python/cpython3/Objects/
Dlongobject.c5463 _PyLong_Init(void) in _PyLong_Init() function