• Victor Stinner's avatar
    Issue #23571: Enhance _Py_CheckFunctionResult() · 944fbcc4
    Victor Stinner yazdı
    Too bad, sometimes Py_FatalError() is unable to write the exception into
    sys.stderr (on "AMD64 OpenIndiana 3.x" buildbot, the buildbot was probably out
    of memory).
    
    Call Py_FatalError() with a different message for the two cases (result+error,
    or no result and no error).
    944fbcc4
abstract.c 70.7 KB