Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dtraceback.c304 PyObject *filebytes; in _Py_FindSourceFile() local
309 filebytes = PyUnicode_EncodeFSDefault(filename); in _Py_FindSourceFile()
310 if (filebytes == NULL) { in _Py_FindSourceFile()
314 filepath = PyBytes_AS_STRING(filebytes); in _Py_FindSourceFile()
367 Py_DECREF(filebytes); in _Py_FindSourceFile()