]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clean up cancelled timeout handles when the queue gets full of them.
authorBen Darnell <ben@bendarnell.com>
Mon, 13 May 2013 03:32:24 +0000 (23:32 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 13 May 2013 03:32:24 +0000 (23:32 -0400)
commita6d158f1555df3d772a871959c6d05594f00a6ce
tree0ab332ed624128dcaf65451cc7508764ca1d0682
parent6b8a38f07e87bb0cc903f71d6619259055dd0f5f
Clean up cancelled timeout handles when the queue gets full of them.

Based on a patch by Giampaolo Radola:
https://github.com/facebook/tornado/issues/408

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