]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add support for native coroutines in IOLoop.run_sync.
authorBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 00:31:20 +0000 (20:31 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 02:28:14 +0000 (22:28 -0400)
commit7bdbd0b2aba3ccbc46792ff9da38203027941246
treef0950bd0d4e93bc42e25f77011f3ce960cbeb7e8
parentabdb692dd8b6fa8873df47486b747b2fd921526d
Add support for native coroutines in IOLoop.run_sync.

Remove support for synchronous functions with non-None results.
tornado/ioloop.py
tornado/test/ioloop_test.py