Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dtraceback.c294 PyObject *filebytes; in _Py_FindSourceFile() local
299 filebytes = PyUnicode_EncodeFSDefault(filename); in _Py_FindSourceFile()
300 if (filebytes == NULL) { in _Py_FindSourceFile()
304 filepath = PyBytes_AS_STRING(filebytes); in _Py_FindSourceFile()
357 Py_DECREF(filebytes); in _Py_FindSourceFile()