]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 May 2025 04:16:02 +0000 (06:16 +0200)
committerGitHub <noreply@github.com>
Sat, 24 May 2025 04:16:02 +0000 (04:16 +0000)
commit00fd5440f03e55718bad76dbc45725f24744596c
treef27b88c976dc6113c37bd9b7ebdd41b0428c60c7
parentde9444ef94abe0cc8f72c26cd3900f4c66883646
[3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134619)

gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-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 80284b5c5eebd0e603c38322f94a97a2853ceeba)

Co-authored-by: Eddy Mulyono <eddymul@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/multiprocessing.rst
Lib/multiprocessing/context.py
Misc/NEWS.d/next/Library/2025-05-24-03-10-36.gh-issue-80334.z21cMa.rst [new file with mode: 0644]