https://github.com/python/cpython/commit/d7d22899e2fdfdc707f98d7297d9406de91b7e0d commit: d7d22899e2fdfdc707f98d7297d9406de91b7e0d branch: main author: Enzo Bonnal <bonnal.enzo....@gmail.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-13T23:22:04+01:00 summary:
gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214) files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 8f58901b28e1b0..65ab57eb821c6c 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 ------ _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com