]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:18 +0000 (06:07 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 04:07:18 +0000 (09:37 +0530)
commit8810ccfc601e02fcca3350a9c698cad2008bad4f
tree488e38df4384938cfe1a04896005430c18b152f2
parentb86d3f0d69de51971ecb530e9a7603466d76c8ab
[3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845) (#136167)

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]