Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h128 PyAPI_FUNC(int) _PyLong_Init(void);
/external/python/cpython2/Python/
Dpythonrun.c213 if (!_PyLong_Init()) in Py_InitializeEx()
/external/python/cpython2/Objects/
Dlongobject.c4401 _PyLong_Init(void) in _PyLong_Init() function