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.

Author kappa
Recipients asvetlov, kappa, yselivanov
Date 2020-11-26.11:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606390849.23.0.723162329267.issue42466@roundup.psfhosted.org>
In-reply-to
Content
Why do you say that `getaddrinfo()` is called at the interpreter shutdown state? On my machine it works and the output is [(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('216.58.208.132', 8333)), (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_DGRAM: 2>, 17, '', ('216.58.208.132', 8333)), (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_RAW: 3>, 0, '', ('216.58.208.132', 8333)), (<AddressFamily.AF_INET6: 10>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('2a00:1450:4002:805::2004', 8333, 0, 0)), (<AddressFamily.AF_INET6: 10>, <SocketKind.SOCK_DGRAM: 2>, 17, '', ('2a00:1450:4002:805::2004', 8333, 0, 0)), (<AddressFamily.AF_INET6: 10>, <SocketKind.SOCK_RAW: 3>, 0, '', ('2a00:1450:4002:805::2004', 8333, 0, 0))], which is printed on the console
History
Date User Action Args
2020-11-26 11:40:49kappasetrecipients: + kappa, asvetlov, yselivanov
2020-11-26 11:40:49kappasetmessageid: <1606390849.23.0.723162329267.issue42466@roundup.psfhosted.org>
2020-11-26 11:40:49kappalinkissue42466 messages
2020-11-26 11:40:49kappacreate