From 53d3f595dac05565e4ca8657fa0c4be8c68de4f8 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:10:13 +0000 Subject: [PATCH] [PR #9044/684b7922 backport][3.10] Add missing changelog entry for #9029 (#9049) Co-authored-by: J. Nick Koston --- CHANGES/9029.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/9029.bugfix.rst diff --git a/CHANGES/9029.bugfix.rst b/CHANGES/9029.bugfix.rst new file mode 100644 index 0000000000..7ca956e383 --- /dev/null +++ b/CHANGES/9029.bugfix.rst @@ -0,0 +1 @@ +Fixed creation of ``SSLContext`` inside of :py:class:`aiohttp.TCPConnector` with multiple event loops in different threads -- by :user:`bdraco`.