Searched refs:_PyImport_BootstrapImp (Results 1 – 3 of 3) sorted by relevance
11 extern PyObject* _PyImport_BootstrapImp(PyThreadState *tstate);
2188 _PyImport_BootstrapImp(PyThreadState *tstate) in _PyImport_BootstrapImp() function
180 PyObject *imp_mod = _PyImport_BootstrapImp(tstate); in init_importlib()