• Ka-Ping Yee's avatar
    Add sys.excepthook. · b5c5132d
    Ka-Ping Yee yazdı
    Update docstring and library reference section on 'sys' module.
    New API PyErr_Display, just for displaying errors, called by excepthook.
    Uncaught exceptions now call sys.excepthook; if that fails, we fall back
        to calling PyErr_Display directly.
    Also comes with sys.__excepthook__ and sys.__displayhook__.
    b5c5132d
pythonrun.h 4.36 KB