Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c291 PyObject *impmod; in initimport() local
315 impmod = PyInit__imp(); in initimport()
316 if (impmod == NULL) { in initimport()
322 if (_PyImport_SetModuleString("_imp", impmod) < 0) { in initimport()
327 value = PyObject_CallMethod(importlib, "_install", "OO", sysmod, impmod); in initimport()
333 Py_DECREF(impmod); in initimport()