[New-bugs-announce] [issue44644] Implement “Happy Eyeballs” algorithim (RFC 8503) in socket.create_connection()

origin400-p report at bugs.python.org
Thu Jul 15 08:05:20 EDT 2021


New submission from origin400-p <greg.kolanek at altova.com>:

While support for the so-called “Happy Eyeballs” algorithim described in RFC 8503 was implemented for asyncio in Issue #33530, socket's create_connection function remains left without it causing suboptimal performance in broken dual-stack environments.

----------
components: Library (Lib)
messages: 397542
nosy: origin400-p
priority: normal
severity: normal
status: open
title: Implement “Happy Eyeballs” algorithim (RFC 8503) in socket.create_connection()
type: performance
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44644>
_______________________________________


More information about the New-bugs-announce mailing list