Skip to content

[3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) #134620

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

Merged
merged 1 commit into from
May 24, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 24, 2025

Doc/library/multiprocessing.rst: freeze_support: Change to specify spawn method instead of platform
Have multiprocessing.freeze_support() enable on spawn, not just win32.


(cherry picked from commit 80284b5)

Co-authored-by: Eddy Mulyono eddymul@gmail.com
Co-authored-by: Gregory P. Smith greg@krypto.org


📚 Documentation preview 📚: https://cpython-previews--134620.org.readthedocs.build/

…atforms (pythonGH-134462)

Doc/library/multiprocessing.rst: freeze_support: Change to specify spawn method instead of platform
Have multiprocessing.freeze_support() enable on spawn, not just win32.

---------
(cherry picked from commit 80284b5)

Co-authored-by: Eddy Mulyono <eddymul@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
@miss-islington miss-islington requested a review from gpshead as a code owner May 24, 2025 03:50
@bedevere-app bedevere-app bot added topic-multiprocessing type-bug An unexpected behavior, bug, or error awaiting review labels May 24, 2025
@gpshead gpshead enabled auto-merge (squash) May 24, 2025 03:51
@gpshead gpshead merged commit 44d1849 into python:3.13 May 24, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-multiprocessing type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants