File: v5.0.2.rst

package info (click to toggle)
python-tornado 6.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,408 kB
  • sloc: python: 28,501; javascript: 156; sh: 100; ansic: 58; xml: 49; makefile: 49; sql: 23
file content (18 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
What's new in Tornado 5.0.2
===========================

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.