Searched refs:found_encoding (Results 1 – 1 of 1) sorted by relevance
378 char *found_encoding; in _Py_DisplaySourceLine() local415 found_encoding = PyTokenizer_FindEncodingFilename(fd, filename); in _Py_DisplaySourceLine()416 if (found_encoding == NULL) in _Py_DisplaySourceLine()418 encoding = (found_encoding != NULL) ? found_encoding : "utf-8"; in _Py_DisplaySourceLine()423 PyMem_Free(found_encoding); in _Py_DisplaySourceLine()428 PyMem_Free(found_encoding); in _Py_DisplaySourceLine()