]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
authorSam Gross <colesbury@gmail.com>
Tue, 4 Mar 2025 16:19:06 +0000 (11:19 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 16:19:06 +0000 (11:19 -0500)
commitefadc5874cdecc0420926afd5540b9b25c5e97fe
tree189bd45bef42c975a9f10adc0da0ab7b01834431
parent63ffb406bb000a42b0dbddcfc01cb98a12f8f76a
Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)" (#130838)

The test_concurrent_futures.test_process_pool test is failing in CI.

This reverts commit f97e4098ff71a6488fd3411f9f9e6fa7a7bb4efe.
Doc/library/concurrent.futures.rst
Doc/whatsnew/3.14.rst
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures/test_process_pool.py
Misc/NEWS.d/next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst [deleted file]