Home
last modified time | relevance | path

Searched defs:sysmod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c166 PyObject *bimod, *sysmod; in Py_InitializeEx() local
589 PyObject *bimod, *sysmod; in Py_NewInterpreter() local
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c176 init_importlib(PyThreadState *tstate, PyObject *sysmod) in init_importlib()
824 PyObject *sysmod = NULL; in pycore_interp_init() local
Dsysmodule.c3191 PyObject *sysmod = _PyModule_CreateInitialized(&sysmodule, PYTHON_API_VERSION); in _PySys_Create() local