Home
last modified time | relevance | path

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

/third_party/python/Python/
Dtraceback.c305 PyObject *filebytes; in _Py_FindSourceFile() local
310 filebytes = PyUnicode_EncodeFSDefault(filename); in _Py_FindSourceFile()
311 if (filebytes == NULL) { in _Py_FindSourceFile()
315 filepath = PyBytes_AS_STRING(filebytes); in _Py_FindSourceFile()
368 Py_DECREF(filebytes); in _Py_FindSourceFile()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9763 filepath = PyBytes_AS_STRING(filebytes);