]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462)
authorEddy Mulyono <eddymul@gmail.com>
Sat, 24 May 2025 03:50:19 +0000 (23:50 -0400)
committerGitHub <noreply@github.com>
Sat, 24 May 2025 03:50:19 +0000 (03:50 +0000)
commit80284b5c5eebd0e603c38322f94a97a2853ceeba
tree003df2f01e36a74185c62ce1abcbd12609b33b03
parent74a9c60f3ee2195e506144c3811090f1334c996b
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.

---------

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]