What’s new in Tornado 5.0.2¶
Apr 7, 2018¶
Bug fixes¶
Fixed a memory leak when
IOLoopobjects are created and destroyed.If
AsyncTestCase.get_new_ioloopreturns a reference to a preexisting event loop (typically when it has been overridden to returnIOLoop.current()), the test’stearDownmethod will not close this loop.Fixed a confusing error message when the synchronous
HTTPClientfails to initialize because an event loop is already running.PeriodicCallbackno longer executes twice in a row due to backwards clock adjustments.