Skip to content

gh-90622: Prevent concurrent.futures.process deadlock due to fork() after spawning a thread. #30847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
NEWS entry about the bpo-44733 rollback.
  • Loading branch information
gpshead committed Jan 24, 2022
commit c1a41e4579352396a3d9ba094b80e3838cd72168
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Remove the 3.11.0a3 Add ``max_tasks_per_child`` from
:class:`concurrent.futures.ProcessPoolExecutor` as the implementation relied
on mixing threads+fork which can cause deadlocks .