Skip to content
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

[3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) #106609

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

miss-islington
Copy link
Contributor

Fixes a hang in multiprocessing process pool executor when a child process crashes and code could otherwise block on writing to the pipe. See GH-94777 for more details.
(cherry picked from commit 6782fc0)

Co-authored-by: Louis Paulot [email protected]

Fixes a hang in multiprocessing process pool executor when a child process crashes and code could otherwise block on writing to the pipe.  See pythonGH-94777 for more details.
(cherry picked from commit 6782fc0)

Co-authored-by: Louis Paulot <[email protected]>
@bedevere-bot bedevere-bot added the type-bug An unexpected behavior, bug, or error label Jul 10, 2023
@carljm carljm enabled auto-merge (squash) July 10, 2023 22:21
@carljm carljm merged commit 90ea3be into python:3.12 Jul 10, 2023
19 checks passed
@miss-islington miss-islington deleted the backport-6782fc0-3.12 branch July 10, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants