Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimportdl.c96 PyObject *pathbytes = NULL; in _PyImport_LoadDynamicModuleWithSpec() local
134 pathbytes = PyUnicode_EncodeFSDefault(path); in _PyImport_LoadDynamicModuleWithSpec()
135 if (pathbytes == NULL) in _PyImport_LoadDynamicModuleWithSpec()
138 PyBytes_AS_STRING(pathbytes), in _PyImport_LoadDynamicModuleWithSpec()
140 Py_DECREF(pathbytes); in _PyImport_LoadDynamicModuleWithSpec()