Searched refs:modulepath (Results 1 – 1 of 1) sorted by relevance
554 PyObject *modulepath = NULL; in sys_breakpointhook() local558 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()