]> git.ipfire.org Git - thirdparty/tornado.git/commit
netutil: Use a threaded resolver by default
authorBen Darnell <ben@bendarnell.com>
Sat, 23 Dec 2017 02:14:15 +0000 (21:14 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 23 Dec 2017 02:52:53 +0000 (21:52 -0500)
commit1d113d861e09c6f2996039cb8b21253ba4bad2eb
tree3025f3afbf769cb2e7a2505f82b74c0b524a267b
parent0b235351b32cb11760cc2ce80d4c3c529d572dcc
netutil: Use a threaded resolver by default

Uses IOLoop.run_in_executor.
concurrent.futures is now required on Python 2.
.travis.yml
docs/guide/async.rst
docs/index.rst
docs/releases/v5.0.0.rst
setup.py
tornado/netutil.py
tornado/platform/twisted.py
tox.ini