From: Enzo Bonnal Date: Thu, 13 Mar 2025 22:22:04 +0000 (+0000) Subject: gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214) X-Git-Tag: v3.14.0a6~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7d22899e2fdfdc707f98d7297d9406de91b7e0d;p=thirdparty%2FPython%2Fcpython.git gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214) --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 8f58901b28e1..65ab57eb821c 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -459,12 +459,6 @@ concurrent.futures ways to terminate or kill all living worker processes in the given pool. (Contributed by Charles Machalow in :gh:`130849`.) -contextvars ------------ - -* Support context manager protocol by :class:`contextvars.Token`. - (Contributed by Andrew Svetlov in :gh:`129889`.) - * Add the optional ``buffersize`` parameter to :meth:`concurrent.futures.Executor.map` to limit the number of submitted tasks whose results have not yet been yielded. If the buffer is full, @@ -473,6 +467,13 @@ contextvars (Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.) +contextvars +----------- + +* Support context manager protocol by :class:`contextvars.Token`. + (Contributed by Andrew Svetlov in :gh:`129889`.) + + ctypes ------