Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimportdl.c93 PyObject *pathbytes = NULL; in _PyImport_LoadDynamicModuleWithSpec() local
121 pathbytes = PyUnicode_EncodeFSDefault(path); in _PyImport_LoadDynamicModuleWithSpec()
122 if (pathbytes == NULL) in _PyImport_LoadDynamicModuleWithSpec()
125 PyBytes_AS_STRING(pathbytes), in _PyImport_LoadDynamicModuleWithSpec()
127 Py_DECREF(pathbytes); in _PyImport_LoadDynamicModuleWithSpec()