Searched refs:_Py_FindSourceFile (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Python/ |
D | traceback.c | 295 _Py_FindSourceFile(PyObject *filename, char* namebuf, size_t namelen, PyObject *io) in _Py_FindSourceFile() function 401 binary = _Py_FindSourceFile(filename, buf, sizeof(buf), io); in _Py_DisplaySourceLine()
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 9762 @@ -315,7 +315,7 @@ _Py_FindSourceFile(PyObject *filename, char* namebuf, size_t namelen, PyObject *
|