]> git.ipfire.org Git - thirdparty/tornado.git/commit
platform: Deprecate twisted and cares resolvers 2946/head
authorBen Darnell <ben@bendarnell.com>
Mon, 2 Nov 2020 02:27:27 +0000 (21:27 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 2 Nov 2020 02:42:48 +0000 (21:42 -0500)
commit57cf319a71e95d9d3c521ee55c2d25d04a931f10
tree094c583cc3edd793f0b702aa78433ec19507b669
parentc8f7ca7ce43324f676ef740ffd3a3ee10ae4338d
platform: Deprecate twisted and cares resolvers

These were most interesting when the default resolver blocked
the main thread. Now that the default is to use a thread pool,
there is little if any demand for alternative resolvers just to
avoid threads.
docs/caresresolver.rst
docs/twisted.rst
tornado/platform/caresresolver.py
tornado/platform/twisted.py