• Victor Stinner's avatar
    Remove filename variable from ceval.c · ed4c7111
    Victor Stinner yazdı
    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.
    ed4c7111
ceval.c 134 KB