]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Grealy simplify our getaddrinfo() implementation by calling the
authorBob Halley <halley@dnspython.org>
Mon, 4 May 2020 15:00:33 +0000 (08:00 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 4 May 2020 15:00:33 +0000 (08:00 -0700)
commitdf92d2a9ea5d132c76454c2b9722786bda41ccbf
tree8ad9518af6eb0de38996e6289f26273671db8022
parentc9c1b776b1a8cd124160ec313a3aae37c29933cf
Grealy simplify our getaddrinfo() implementation by calling the
system's version when we have an address literal for the host.  This
also avoids infinite loops as dns.query.* needs to call getaddrinfo()
to handle scoping correctly.
dns/resolver.py