]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release notes for stack_context changes
authorBen Darnell <ben@bendarnell.com>
Sat, 29 Sep 2012 23:20:51 +0000 (16:20 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 29 Sep 2012 23:20:51 +0000 (16:20 -0700)
website/sphinx/releases/next.rst

index 254664eec602a5628ead0101387bc8785b26c438..56c9185cd8885048a511adad6126b97f759249de 100644 (file)
@@ -53,3 +53,8 @@ In progress
   than those defined in the spec, as long as a reason string is given.
 * New method `IOLoop.add_callback_from_signal` is safe to use in a signal
   handler (the regular `add_callback` method may deadlock).
+* `stack_context.wrap` now runs the wrapped callback in a more consistent
+  environment by recreating contexts even if they already exist on the
+  stack.
+* Fixed a bug in which stack contexts could leak from one callback
+  chain to another.