Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h36 extern int _PyLong_Init(PyThreadState *tstate);
/external/python/cpython2/Include/
Dpythonrun.h127 PyAPI_FUNC(int) _PyLong_Init(void);
/external/python/cpython2/Python/
Dpythonrun.c220 if (!_PyLong_Init()) in Py_InitializeEx()
/external/python/cpython3/Python/
Dpylifecycle.c595 if (!_PyLong_Init(tstate)) { in pycore_init_types()
/external/python/cpython2/Objects/
Dlongobject.c4400 _PyLong_Init(void) in _PyLong_Init() function
/external/python/cpython3/Objects/
Dlongobject.c5755 _PyLong_Init(PyThreadState *tstate) in _PyLong_Init() function