getaddrinfo omits IPv6 info on macOS, Windows runners #2705
Labels
Area: Python
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: macOS
OS: Windows
Description
In this run based on this minimal repro, I run a simple command that emits the result of the lookup of an internet name and asserts that it has IPv6 results:
This command passes on Linux, but fails on macOS 10.15 and Windows 2019. The same command passes on my local macOS workstation (10.15 and 11.2) and Windows workstation a decade ago.
Area for Triage:
Area: Apple
Area: Containers
Area: Python
Question, Bug, or Feature?:
Bug
Virtual environments affected
Image version
macos-latest, windows-latest
Expected behavior
The image should have IPv6 enabled and be able to resolve names to IPv6 addresses on Python.
Actual behavior
IPv6 support appears to be incomplete.
The text was updated successfully, but these errors were encountered: