Home | History | Annotate | Download | only in Python

Lines Matching refs:sysmod

166     PyObject *bimod, *sysmod;
248 sysmod = _PySys_Init();
249 if (sysmod == NULL)
251 interp->sysdict = PyModule_GetDict(sysmod);
589 PyObject *bimod, *sysmod;
618 sysmod = _PyImport_FindExtension("sys", "sys");
619 if (bimod != NULL && sysmod != NULL) {
620 interp->sysdict = PyModule_GetDict(sysmod);