]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:13:37 +0000 (06:13 +0200)
committerGitHub <noreply@github.com>
Sat, 24 May 2025 04:13:37 +0000 (04:13 +0000)
commit44d184984d72d404228b161ddf03682feb625670
treea10113d3fd9fcd488c52c33eb0a6d2ff63c74393
parent2e303414781b6382b0c657ff3ad2a310d66a8a14
[3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620)

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]