Skip to content
Snippets Groups Projects
Unverified Commit b795376a authored by Gregory P. Smith's avatar Gregory P. Smith Committed by GitHub
Browse files

[3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92497)


Do not spawn ProcessPool workers on demand when they spawn via fork.

This avoids potential deadlocks in the child processes due to forking from
a multithreaded process..
(cherry picked from commit ebb37fc3)

Co-authored-by: default avatarGregory P. Smith <greg@krypto.org>
parent 1dbf6997
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment