• Victor Stinner's avatar
    Improve faulthandler.enable(all_threads=True) · a4de6d88
    Victor Stinner yazdı
    faulthandler.enable(all_threads=True) dumps the tracebacks even if it is not
    possible to get the state of the current thread
    
    Create also the get_thread_state() subfunction to factorize the code.
    a4de6d88
faulthandler.c 29.6 KB