This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement “Happy Eyeballs” algorithim (RFC 8503) in socket.create_connection()
Type: performance Stage:
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: origin400-p
Priority: normal Keywords:

Created on 2021-07-15 12:05 by origin400-p, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg397542 - (view) Author: origin400-p (origin400-p) Date: 2021-07-15 12:05
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.
History
Date User Action Args
2022-04-11 14:59:47adminsetgithub: 88810
2021-07-15 12:05:20origin400-pcreate