mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
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>