]> git.ipfire.org Git - thirdparty/tornado.git/commit
Support Python 3.5 async/await native coroutines.
authorBen Darnell <ben@bendarnell.com>
Thu, 11 Jun 2015 04:05:36 +0000 (00:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 11 Jun 2015 04:13:29 +0000 (00:13 -0400)
commit45bea0ddad5ad34d0b4568f553064cfad9baf762
tree73b71e40549882a6024d691757de05049479ad82
parent2971e857104f8d02fa9107a0e13f50170eb4f30d
Support Python 3.5 async/await native coroutines.

Requires changes to be included in 3.5b3.
tornado/concurrent.py
tornado/gen.py
tornado/test/gen_test.py
tornado/testing.py
tornado/web.py