Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h56 extern int _PyLong_Init(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c661 if (_PyLong_Init(interp) < 0) { in pycore_init_singletons()
/third_party/python/Objects/
Dlongobject.c5747 _PyLong_Init(PyInterpreterState *interp) in _PyLong_Init() function