]> git.ipfire.org Git - thirdparty/tornado.git/commit
gen: Use the asyncio task runner for native coroutines 2213/head
authorBen Darnell <ben@bendarnell.com>
Sat, 9 Dec 2017 20:15:39 +0000 (15:15 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 9 Dec 2017 21:14:54 +0000 (16:14 -0500)
commit91a2e3bd8ea91d04d6485b53adcc6516484ae41e
tree6e5c621be25bc736cb0ae648b442142f8acd73b4
parent8e2ade8e1e3d815b3cab1df95bd7863601cb933d
gen: Use the asyncio task runner for native coroutines
tornado/gen.py
tornado/ioloop.py
tornado/test/ioloop_test.py
tornado/testing.py