mirror of
https://github.com/python/cpython.git
synced 2026-06-15 07:29:54 -04:00
ed4c71112a
Issue #11168: Remove filename debug variable from PyEval_EvalFrameEx(). It encoded the Unicode filename to UTF-8, but the encoding fails on undecodable filename (on surrogate characters) which raises an unexpected UnicodeEncodeError on recursion limit.