]> git.ipfire.org Git - thirdparty/tornado.git/tag
v4.5.2
object 810c341d2488c11813995dd2beadab7ba00ff44d
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Aug 2017 18:51:11 +0000 (14:51 -0400)
What's new in Tornado 4.5.2

Aug 27, 2017
------------

Bug Fixes
~~~~~~~~~

- Tornado now sets the ``FD_CLOEXEC`` flag on all file descriptors it creates. This prevents hanging client connections and resource leaks when the `tornado.autoreload` module (or ``Application(debug=True)``) is used.