Skip to content

gh-135836: Fix IndexError in asyncio.create_connection() #135875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jun 24, 2025

It occurs when non-OSError exception is raised during connection and socket's close() raises OSError.

It occurs when non-OSError exception is raised during connection and socket's
close() raises OSError.
@serhiy-storchaka serhiy-storchaka force-pushed the asyncio-create_connection-indexerror branch from caa0472 to 2c7545f Compare June 24, 2025 08:10
@kumaraditya303 kumaraditya303 merged commit 9084b15 into python:main Jul 3, 2025
46 checks passed
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 3, 2025
@bedevere-app
Copy link

bedevere-app bot commented Jul 3, 2025

GH-136221 is a backport of this pull request to the 3.14 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 3, 2025
@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jul 3, 2025
@bedevere-app
Copy link

bedevere-app bot commented Jul 3, 2025

GH-136222 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 3, 2025
kumaraditya303 pushed a commit that referenced this pull request Jul 3, 2025
…H-135875) (#136222)

gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875)
(cherry picked from commit 9084b15)

Co-authored-by: Serhiy Storchaka <[email protected]>
kumaraditya303 pushed a commit that referenced this pull request Jul 3, 2025
…H-135875) (#136221)

gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875)
(cherry picked from commit 9084b15)

Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants