-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Implement “Happy Eyeballs” algorithim (RFC 8305) in socket.create_connection() #88810
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
Comments
|
It'd also be interesting if we could avoid maintaining two implementations of this in the stdlib so long as the cost to do so is not even more complicated to maintain. (ex: Would the ironic thing of socket.create_connection running its own singular asyncio event loop just for the duration of this task feasible or a Bad Idea™️ ?) |
@gpshead this would then break users that use create_connection inside an existing asyncio event loop |
@sethmlarson has a sync implementation of happy eyeballs, it might be an idea to land that in cpython |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: