]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Make asyncio the default when available 2072/head
authorBen Darnell <ben@bendarnell.com>
Sat, 3 Jun 2017 20:08:44 +0000 (16:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Jun 2017 03:43:29 +0000 (23:43 -0400)
commitdc7b58d8fe115bff41258dc5c80e28f03082b480
treecfae5c4359c2b701932b25a45cc56a1a23dad763
parentebf18ec84242935f84046c8ed5140f9164f703ef
ioloop: Make asyncio the default when available

In addition to changing the configurable default, add a special case
in IOLoop.current() so that the current IOLoop will be backed by
the main asyncio event loop.
.travis.yml
tornado/ioloop.py
tornado/test/httpclient_test.py
tornado/test/ioloop_test.py
tornado/test/process_test.py
tox.ini