Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dtraceback.c195 PyObject *filebytes; in _Py_FindSourceFile() local
200 filebytes = PyUnicode_EncodeFSDefault(filename); in _Py_FindSourceFile()
201 if (filebytes == NULL) { in _Py_FindSourceFile()
205 filepath = PyBytes_AS_STRING(filebytes); in _Py_FindSourceFile()
258 Py_DECREF(filebytes); in _Py_FindSourceFile()