]> git.ipfire.org Git - thirdparty/tornado.git/commit
Restore IOLoop.current() when AsyncIOLoop exits.
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Jul 2015 04:11:24 +0000 (00:11 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Jul 2015 04:11:24 +0000 (00:11 -0400)
commit8943ee06df4ad850a9e4fd2aec85c537e31040af
tree4781600ef9e460fa68be6278ed34d0902efc7bd5
parent8f697b4903722308c710c4c5d2060238db50f968
Restore IOLoop.current() when AsyncIOLoop exits.

Also make this process repeatable.
tornado/platform/asyncio.py
tornado/platform/twisted.py
tornado/test/ioloop_test.py