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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant