From 58bc5d347b74eaaf71920f1039f6f135f7f887b5 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 29 Sep 2012 16:20:51 -0700 Subject: [PATCH] Release notes for stack_context changes --- website/sphinx/releases/next.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.47.2