Searched refs:pathstr (Results 1 – 3 of 3) sorted by relevance
2317 static PyObject *pathstr = NULL; in get_parent() local2330 if (pathstr == NULL) { in get_parent()2331 pathstr = PyString_InternFromString("__path__"); in get_parent()2332 if (pathstr == NULL) in get_parent()2374 modpath = PyDict_GetItem(globals, pathstr); in get_parent()
2216 static PyObject *pathstr = NULL; in find_module() local2229 if (pathstr == NULL) { in find_module()2230 pathstr = PyString_InternFromString("__path__"); in find_module()2231 if (pathstr == NULL) in find_module()2273 modpath = PyDict_GetItem(globals, pathstr); in find_module()