mirror of
https://github.com/python/cpython.git
synced 2026-07-29 13:16:59 -04:00
Default implementation of sys.unraisablehook() now uses traceback._print_exception_bltin() to print exceptions with colorized text. Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Victor Stinner <[email protected]>