Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h68 extern PyStatus _PyExc_Init(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c720 status = _PyExc_Init(interp); in pycore_init_types()
/third_party/python/Objects/
Dexceptions.c2664 _PyExc_Init(PyInterpreterState *interp) in _PyExc_Init() function