Searched refs:_PyLong_Init (Results 1 – 3 of 3) sorted by relevance
56 extern int _PyLong_Init(PyInterpreterState *interp);
661 if (_PyLong_Init(interp) < 0) { in pycore_init_singletons()
5747 _PyLong_Init(PyInterpreterState *interp) in _PyLong_Init() function