]> git.ipfire.org Git - thirdparty/tornado.git/commit
Introduce TracebackFuture and use it where applicable.
authorBen Darnell <ben@bendarnell.com>
Mon, 4 Mar 2013 01:47:15 +0000 (20:47 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 4 Mar 2013 01:47:15 +0000 (20:47 -0500)
commitb8063e480c2812eef284895ebfbdc286d20a2a98
treea26c38d6138894ff9378b37f456f430af37c1576
parente9e003eba84652802a349dc5a2eeec5c8102a995
Introduce TracebackFuture and use it where applicable.

This allows for better tracebacks when using Futures on Python 2.
tornado/concurrent.py
tornado/gen.py
tornado/ioloop.py
tornado/test/concurrent_test.py