• Victor Stinner's avatar
    Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail · ace47d7e
    Victor Stinner yazdı
    with an assertion error if they are called with an exception set
    (PyErr_Occurred()).
    
    If these functions are called with an exception set, the exception may be
    cleared and so the caller looses its exception.
    
    Add also assertions to PyEval_CallObjectWithKeywords() and call_function() to
    check if the function succeed with no exception set, or the function failed
    with an exception set.
    ace47d7e
Adı
Son kayıt (commit)
Son güncelleme
..
_iomodule.c Loading commit data...
_iomodule.h Loading commit data...
bufferedio.c Loading commit data...
bytesio.c Loading commit data...
fileio.c Loading commit data...
iobase.c Loading commit data...
stringio.c Loading commit data...
textio.c Loading commit data...