COMMITS
/ Lib/multiprocessing/context.py March 16, 2026
G
gh-140814: Fix freeze_support() setting start method as side effect (GH-144608)
Gregory P. Smith committed
January 18, 2026
G
gh-141860: Add on_error= keyword arg to `multiprocessing.set_forkserver_preload` (GH-141859)
Gregory P. Smith committed
May 24, 2025
E
gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462)
Eddy Mulyono committed
September 26, 2024
G
gh-84559: Change the multiprocessing start method default to `forkserver` (GH-101556)
Gregory P. Smith committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
February 3, 2023
G
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith committed
February 2, 2023
G
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith committed
June 9, 2022
L
May 26, 2020
May 28, 2019
V
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
Victor Stinner committed
May 20, 2019
T
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau committed
July 11, 2018
D
Simplify __all__ in multiprocessing (GH-6856)
Derek B. Kim committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
December 10, 2016
A
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed