]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135836: Fix `IndexError` in `asyncio.create_connection()` (#135875)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Jul 2025 04:08:39 +0000 (07:08 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 04:08:39 +0000 (09:38 +0530)
commit9084b151567d02936ea1374961809b69b4cd883d
treef0e52078bd506afcb961bc2aeac3857c5f8c4706
parent135ba86212ad116af3cc4a6ba656bc8cfaab131a
gh-135836: Fix `IndexError` in `asyncio.create_connection()` (#135875)
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]