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
multiprocessing.set_start_method force argument is not documented #91340
Comments
multiprocessing.set_start_method() has a |
It's quite weird, the documentation says set_start_method "should not be used more than once in the program" twice. The source code also contains the following line
I'm not too familiar with the multiprocessing library but with the force parameter set to True, I don't understand why that can't happen. If there's a specific reason, maybe that should be documented too. |
…H-32339) #91340 https://bugs.python.org/issue47184 Automerge-Triggered-By: GH:kumaraditya303
…eter (pythonGH-32339) pythonGH-91340 https://bugs.python.org/issue47184 (cherry picked from commit dfc2732) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com> Automerge-Triggered-By: GH:kumaraditya303
…H-32339) GH-91340 https://bugs.python.org/issue47184 (cherry picked from commit dfc2732) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com> Automerge-Triggered-By: GH:kumaraditya303
johnthagen mannequin commentedMar 31, 2022
•
edited by bedevere-bot
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: