]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Jul 2025 04:07:28 +0000 (06:07 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 04:07:28 +0000 (09:37 +0530)
commit1994d2e5b139d825973f643b2ee4470fb34b76e0
tree2bae9b7a5dffd9e83d6808c4488c9d7db975abac
parent004f4643387e19069718ffdb1437de830697c2d2
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845) (#136168)

gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845)
(cherry picked from commit 0e19db653dfa1a6e750e9cede1f6922e5fd1e808)

Co-authored-by: heliang666s <147408835+heliang666s@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2025-06-23-11-04-25.gh-issue-135836.-C-c4v.rst [new file with mode: 0644]