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
437437
438438 (Contributed by Gregory P. Smith in :gh: `84559 `.)
439439
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 `.)
440444
441445contextvars
442446-----------
443447
444448* Support context manager protocol by :class: `contextvars.Token `.
445449 (Contributed by Andrew Svetlov in :gh: `129889 `.)
446450
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-
452451
453452ctypes
454453------
You can’t perform that action at this time.
0 commit comments