]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:31:43 +0000 (06:31 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 04:31:43 +0000 (04:31 +0000)
commitd80df8c1a599b9b23d0452a83e3216e3f80ab52c
treed26342b4038cca73efb7e04fb8b6a99c31d5986f
parent1994d2e5b139d825973f643b2ee4470fb34b76e0
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136222)

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]