Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c554 PyObject *modulepath = NULL; in sys_breakpointhook() local
558 modulepath = PyUnicode_FromString("builtins"); in sys_breakpointhook()
563 modulepath = PyUnicode_FromStringAndSize(envar, last_dot - envar); in sys_breakpointhook()
569 if (modulepath == NULL) { in sys_breakpointhook()
574 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook()
575 Py_DECREF(modulepath); in sys_breakpointhook()