]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Support Python 3.4.2 for compatibility with Debian jessie 2306/head
authorBen Darnell <ben@bendarnell.com>
Sun, 11 Mar 2018 17:20:26 +0000 (13:20 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 11 Mar 2018 18:46:23 +0000 (14:46 -0400)
commit597637168e6b20cfab2065f186ee1fbc0351dc42
tree445105bdfcd81e7a6ef87bc280ebb4160392db61
parent3fc6aec1a5bd438ba52cb762fc20792062a95f05
asyncio: Support Python 3.4.2 for compatibility with Debian jessie

The ensure_future function was not introduced until 3.4.4, and
some exceptions were changed from AssertionError to RuntimeError in
3.4.3.

Fixes #2301
tornado/gen.py
tornado/ioloop.py
tornado/platform/asyncio.py
tornado/test/asyncio_test.py