https://github.com/python/cpython/commit/5e73ece95e8aa92d0695acb039ef54e2103ce66b commit: 5e73ece95e8aa92d0695acb039ef54e2103ce66b branch: main author: Charles Machalow <csm10...@gmail.com> committer: colesbury <colesb...@gmail.com> date: 2025-03-05T22:59:56Z summary:
gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900) files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 7d879d8b36669b..7c1245187f603d 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -437,6 +437,10 @@ concurrent.futures (Contributed by Gregory P. Smith in :gh:`84559`.) +* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and + :meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as + ways to terminate or kill all living worker processes in the given pool. + (Contributed by Charles Machalow in :gh:`130849`.) contextvars ----------- @@ -444,11 +448,6 @@ contextvars * Support context manager protocol by :class:`contextvars.Token`. (Contributed by Andrew Svetlov in :gh:`129889`.) -* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and - :meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as - ways to terminate or kill all living worker processes in the given pool. - (Contributed by Charles Machalow in :gh:`130849`.) - 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