]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Support Python 3.4.2 for compatibility with Debian jessie 2305/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 17:20:26 +0000 (13:20 -0400)
commit26fcc8e4b99fc59da851711102b7de36ac62780b
tree476e5d3241a49349256628db05dc57731a0c07b3
parent8a73d592bcb0fa0a0a3f9a8bb22282ebe89c967b
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