]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Jul 2025 04:34:30 +0000 (06:34 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 04:34:30 +0000 (04:34 +0000)
commit5216a6c547fbe2e634daea2d8d63beb56df829b3
tree11b879af43d144b309724e8666555d37b87d6d9a
parent8810ccfc601e02fcca3350a9c698cad2008bad4f
[3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136221)

gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875)
(cherry picked from commit 9084b151567d02936ea1374961809b69b4cd883d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2025-06-24-10-52-35.gh-issue-135836.s37351.rst [new file with mode: 0644]