]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix a regression in which a timeout could fire after being cancelled.
authorBen Darnell <ben@bendarnell.com>
Wed, 20 Aug 2014 03:01:28 +0000 (23:01 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 20 Aug 2014 03:01:28 +0000 (23:01 -0400)
commit63033590b251f7ec5c8d05fdb6ee5de09d9f003f
tree81caad6b796a96dc461473306e20f248bee15148
parentbb00b7edc82c63227dab1d2c19ab1e76f1a7c572
Fix a regression in which a timeout could fire after being cancelled.

Closes #1148.
tornado/ioloop.py
tornado/test/ioloop_test.py