]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)
authorAN Long <aisk@users.noreply.github.com>
Sun, 20 Jul 2025 23:34:32 +0000 (08:34 +0900)
committerGitHub <noreply@github.com>
Sun, 20 Jul 2025 23:34:32 +0000 (23:34 +0000)
commit246be21de1e2a51d757c747902108dfec13e0605
tree51881d52bf56a0520fbe4aa82ad54a845a27aa6a
parentaec7f5f8b2e8b5e02869cdb4e1f8a9ef87c9f953
gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)

The OS thread name is now correctly prefixed with `InterpreterPoolExecutor` instead of `ThreadPoolExecutor`.
Lib/concurrent/futures/interpreter.py
Lib/test/test_concurrent_futures/test_interpreter_pool.py
Misc/NEWS.d/next/Library/2025-07-10-00-47-37.gh-issue-136470.KlUEUG.rst [new file with mode: 0644]