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
126 pathbytes = PyUnicode_EncodeFSDefault(path); in _PyImport_LoadDynamicModuleWithSpec()
127 if (pathbytes == NULL) in _PyImport_LoadDynamicModuleWithSpec()
130 PyBytes_AS_STRING(pathbytes), in _PyImport_LoadDynamicModuleWithSpec()
132 Py_DECREF(pathbytes); in _PyImport_LoadDynamicModuleWithSpec()