]> git.ipfire.org Git - thirdparty/tornado.git/commit
netutil: provide Resolver implementation that uses the asyncio eventloop (#3111)
authorThomas Grainger <tagrain@gmail.com>
Fri, 18 Mar 2022 16:57:32 +0000 (16:57 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 16:57:32 +0000 (12:57 -0400)
commit486cb2e6694e859aa7b06db7fb1b1be17e50fd2c
treec633ec74de47aa52542ac65cfbad13d32521d042
parent00c9e0ae31a5a0d12e09109fb77ffe391bfe1131
 netutil: provide Resolver implementation that uses the asyncio eventloop (#3111)

* provide Resolver implementation that uses the asyncio eventloop

* switch to the DefaultLoopResolver by default
maint/scripts/test_resolvers.py
tornado/netutil.py