mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)
This commit is contained in:
parent
1b5db5adfe
commit
5e73ece95e
1 changed files with 4 additions and 5 deletions
|
@ -437,6 +437,10 @@ concurrent.futures
|
||||||
|
|
||||||
(Contributed by Gregory P. Smith in :gh:`84559`.)
|
(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
|
contextvars
|
||||||
-----------
|
-----------
|
||||||
|
@ -444,11 +448,6 @@ contextvars
|
||||||
* Support context manager protocol by :class:`contextvars.Token`.
|
* Support context manager protocol by :class:`contextvars.Token`.
|
||||||
(Contributed by Andrew Svetlov in :gh:`129889`.)
|
(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
|
ctypes
|
||||||
------
|
------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue