]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix incorrect check in IOLoop(make_current=True).
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Jul 2015 02:49:54 +0000 (22:49 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Jul 2015 02:49:54 +0000 (22:49 -0400)
commit1d02ed606f1c52636462633d009bdcbaac644331
treea27b4a28f5e6b365546c873e98a3c539a945e08e
parent81ee310adcd905fbdf7c98d9fb6ef0c5a46026c2
Fix incorrect check in IOLoop(make_current=True).

Expand tests.

Fixes #1469.
tornado/ioloop.py
tornado/test/ioloop_test.py