From: Ben Darnell Date: Sat, 29 Sep 2012 23:20:51 +0000 (-0700) Subject: Release notes for stack_context changes X-Git-Tag: v3.0.0~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58bc5d347b74eaaf71920f1039f6f135f7f887b5;p=thirdparty%2Ftornado.git Release notes for stack_context changes --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index 254664eec..56c9185cd 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -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.