]> git.ipfire.org Git - thirdparty/tornado.git/commit
Recognize other yieldables in web.asynchronous.
authorBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 00:57:23 +0000 (20:57 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 02:28:15 +0000 (22:28 -0400)
commit95a17c6c4bbadbca404281e568c712b97a64d811
tree79a64a4b814376aaee15fa9edca08bf712ccd565
parentb20ca363c7df16d8bd7c21b9db4c639ebae543c5
Recognize other yieldables in web.asynchronous.

Disallow non-None results.
tornado/test/web_test.py
tornado/web.py