]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow mixes of native coroutines and YieldPoints in gen.multi.
authorBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 00:19:41 +0000 (20:19 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 02:28:14 +0000 (22:28 -0400)
commitabdb692dd8b6fa8873df47486b747b2fd921526d
treefeebe6034e9576e245d2b79b38ca3fbc0f13470c
parent52f94d006750cfa2f823dcde86ba71f79030ca42
Allow mixes of native coroutines and YieldPoints in gen.multi.
tornado/gen.py
tornado/test/gen_test.py