diff options
author | Markus Mohrhard <markusm@dug.com> | 2020-02-27 20:01:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 20:01:47 (GMT) |
commit | 374d998b507d34a6c0a3816a163926a8ba0c483f (patch) | |
tree | 1c4edd7d514556850b6f7314b0a60f1c4e2b9300 /Misc/NEWS.d | |
parent | 02a4d57263a9846de35b0db12763ff9e7326f62c (diff) | |
download | cpython-374d998b507d34a6c0a3816a163926a8ba0c483f.zip cpython-374d998b507d34a6c0a3816a163926a8ba0c483f.tar.gz cpython-374d998b507d34a6c0a3816a163926a8ba0c483f.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-11-19-45-31.bpo-39609.dk40Uw.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-11-19-45-31.bpo-39609.dk40Uw.rst b/Misc/NEWS.d/next/Library/2020-02-11-19-45-31.bpo-39609.dk40Uw.rst new file mode 100644 index 0000000..233fad3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-11-19-45-31.bpo-39609.dk40Uw.rst @@ -0,0 +1 @@ +Add thread_name_prefix to default asyncio executor |