]> git.ipfire.org Git - thirdparty/tornado.git/commit
When a function on the IOLoop returns a Future, log its exception.
authorBen Darnell <ben@bendarnell.com>
Sun, 15 Jun 2014 15:32:11 +0000 (11:32 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 15 Jun 2014 15:32:11 +0000 (11:32 -0400)
commit99aa924c468c5ed8a52feae4f6e59c54c6f5fd07
tree1c7548a73232ff8781a289500bf7ac6728d71bd5
parent00229a21c2be8ff1743f0f1c68ec4686ca3fdc64
When a function on the IOLoop returns a Future, log its exception.
tornado/ioloop.py
tornado/platform/asyncio.py
tornado/platform/twisted.py
tornado/test/ioloop_test.py