cpython/Lib/concurrent
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
..
futures [3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) (GH-136889) 2025-07-21 00:00:19 +00:00
interpreters [3.14] gh-136434: Fix docs generation of UnboundItem in subinterpreters (GH-136435) (#136540) 2025-07-11 12:57:52 +00:00
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00