]> git.ipfire.org Git - thirdparty/tornado.git/commit
Support other yieldables in `yield list`/`multi_future`.
authorBen Darnell <ben@bendarnell.com>
Sun, 2 Aug 2015 21:39:46 +0000 (17:39 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 2 Aug 2015 21:39:46 +0000 (17:39 -0400)
commite831fe3616b81a5acd0c0c90e85608c5c6236f90
tree1f175a2e546195c45cff46d0d74ee9438c8a1f78
parent959da8f6ddd366fccc5b7e2dfbebe3b4f810405f
Support other yieldables in `yield list`/`multi_future`.
tornado/gen.py
tornado/test/gen_test.py