cpython/Lib/test/test_concurrent_futures
Peter Bierma e8251dc0ae
gh-134170: Add colorization to unraisable exceptions (#134183)
Default implementation of sys.unraisablehook() now uses traceback._print_exception_bltin() to print exceptions with colorized text.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
2025-08-04 14:35:00 +00:00
..
__init__.py
executor.py
test_as_completed.py
test_deadlock.py
test_future.py
test_init.py gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957) 2025-06-18 17:57:14 -06:00
test_interpreter_pool.py gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) 2025-07-20 23:34:32 +00:00
test_process_pool.py
test_shutdown.py gh-134170: Add colorization to unraisable exceptions (#134183) 2025-08-04 14:35:00 +00:00
test_thread_pool.py
test_wait.py
util.py