]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add support for Future.exc_info when logging abandoned futures.
authorBen Darnell <ben@bendarnell.com>
Thu, 11 Dec 2014 14:24:54 +0000 (09:24 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 12 Dec 2014 05:00:55 +0000 (00:00 -0500)
commit241956a6cdd1e96de7afe9355fc3dec303f2365e
treeefe168ec84755f911efc32fd86524d5fa9d67986
parent6613adf659b2190639bcfcdb097c1bab03b5a39e
Add support for Future.exc_info when logging abandoned futures.

Simplify some Future internals.

Add enough magic calls to Future.exception that the test suite
passes without warning (at least on py34)
tornado/concurrent.py
tornado/gen.py
tornado/http1connection.py
tornado/iostream.py
tornado/test/gen_test.py
tornado/test/iostream_test.py
tornado/web.py