File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -437,18 +437,17 @@ concurrent.futures
437
437
438
438
(Contributed by Gregory P. Smith in :gh: `84559 `.)
439
439
440
+ * Add :meth: `concurrent.futures.ProcessPoolExecutor.terminate_workers ` and
441
+ :meth: `concurrent.futures.ProcessPoolExecutor.kill_workers ` as
442
+ ways to terminate or kill all living worker processes in the given pool.
443
+ (Contributed by Charles Machalow in :gh: `130849 `.)
440
444
441
445
contextvars
442
446
-----------
443
447
444
448
* Support context manager protocol by :class: `contextvars.Token `.
445
449
(Contributed by Andrew Svetlov in :gh: `129889 `.)
446
450
447
- * Add :meth: `concurrent.futures.ProcessPoolExecutor.terminate_workers ` and
448
- :meth: `concurrent.futures.ProcessPoolExecutor.kill_workers ` as
449
- ways to terminate or kill all living worker processes in the given pool.
450
- (Contributed by Charles Machalow in :gh: `130849 `.)
451
-
452
451
453
452
ctypes
454
453
------
You can’t perform that action at this time.
0 commit comments