]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions...
authorheliang666s <147408835+heliang666s@users.noreply.github.com>
Tue, 1 Jul 2025 11:50:11 +0000 (19:50 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 11:50:11 +0000 (11:50 +0000)
commit0e19db653dfa1a6e750e9cede1f6922e5fd1e808
tree95e5ab8c1909c5bccb0a18545cbd4e49192f57d9
parent31b56df3bb3c5e3ced10a0ad1eaed43e75f36f22
gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (#135845)

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]