]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Jul 2025 00:00:19 +0000 (02:00 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 00:00:19 +0000 (00:00 +0000)
commit9663f93a50469828e3c149c6b535227170a29409
treec35c5a406b9987f7e815179d2a8024f56523a482
parent17c5959aa3daee4b63d78e944a1d355daa651e52
[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 246be21de1e2a51d757c747902108dfec13e0605)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
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]