]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458)
authorMarkus Mohrhard <markusm@dug.com>
Thu, 27 Feb 2020 20:01:47 +0000 (04:01 +0800)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2020 20:01:47 +0000 (12:01 -0800)
commit374d998b507d34a6c0a3816a163926a8ba0c483f
tree1c4edd7d514556850b6f7314b0a60f1c4e2b9300
parent02a4d57263a9846de35b0db12763ff9e7326f62c
bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458)

Just a small debugging improvement to identify the asyncio executor threads.
Lib/asyncio/base_events.py
Misc/NEWS.d/next/Library/2020-02-11-19-45-31.bpo-39609.dk40Uw.rst [new file with mode: 0644]