Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_import.h11 extern PyObject* _PyImport_BootstrapImp(PyThreadState *tstate);
/third_party/python/Python/
Dimport.c2188 _PyImport_BootstrapImp(PyThreadState *tstate) in _PyImport_BootstrapImp() function
Dpylifecycle.c180 PyObject *imp_mod = _PyImport_BootstrapImp(tstate); in init_importlib()