• Victor Stinner's avatar
    faulthandler: add Windows exception handler · 404cdc5a
    Victor Stinner yazdı
    Issue #23848: On Windows, faulthandler.enable() now also installs an exception
    handler to dump the traceback of all Python threads on any Windows exception,
    not only on UNIX signals (SIGSEGV, SIGFPE, SIGABRT).
    404cdc5a
faulthandler.rst 5.96 KB