• Victor Stinner's avatar
    Fix SystemError in "raise" statement · eec9331b
    Victor Stinner yazdı
    Issue #27558: Fix a SystemError in the implementation of "raise" statement.
    In a brand new thread, raise a RuntimeError since there is no active
    exception to reraise.
    
    Patch written by Xiang Zhang.
    eec9331b
ceval.c 164 KB