cpython/Lib/test/test_concurrent_futures
Miss Islington (bot) 9663f93a50
[3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) (GH-136889)
gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)

The OS thread name is now correctly prefixed with `InterpreterPoolExecutor` instead of `ThreadPoolExecutor`.
(cherry picked from commit 246be21de1)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
2025-07-21 00:00:19 +00:00
..
__init__.py
executor.py
test_as_completed.py
test_deadlock.py
test_future.py
test_init.py
test_interpreter_pool.py [3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) (GH-136889) 2025-07-21 00:00:19 +00:00
test_process_pool.py
test_shutdown.py
test_thread_pool.py
test_wait.py
util.py