]> git.ipfire.org Git - thirdparty/tornado.git/tag
v5.0.2
object 4fb847bf7abaddaa97ae60dd90b61246c5a523cd
authorBen Darnell <ben@bendarnell.com>
Sun, 8 Apr 2018 00:31:39 +0000 (20:31 -0400)
What's new in Tornado 5.0.1

Apr 7, 2018
-----------

Bug fixes
~~~~~~~~~

- Fixed a memory leak when `.IOLoop` objects are created and destroyed.
- If `.AsyncTestCase.get_new_ioloop` returns a reference to a
  preexisting event loop (typically when it has been overridden to
  return `.IOLoop.current()`), the test's ``tearDown`` method will not
  close this loop.
- Fixed a confusing error message when the synchronous `.HTTPClient`
  fails to initialize because an event loop is already running.
- `.PeriodicCallback` no longer executes twice in a row due to
  backwards clock adjustments.