(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
-----------
* 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
------