COMMITS
/ Lib/multiprocessing/spawn.py December 23, 2025
August 16, 2023
Y
More actionable error message when spawn is incorrectly used. (#102203)
Yuxin Wu committed
July 6, 2023
G
gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (#106464)
Gregory P. Smith committed
April 22, 2022
January 28, 2020
A
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Adam Meily committed
September 13, 2019
May 20, 2019
T
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau committed
May 10, 2019
P
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser committed
February 4, 2019
S
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower committed
January 25, 2019
S
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower committed
June 27, 2018
V
bpo-33929: Fix regression in spawn_main() (#7962)
Victor Stinner committed
V
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
Victor Stinner committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
December 10, 2016
A
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
January 7, 2016
B
Fix typo in docstring of multiprocessing.spawn.spawn_main()
Berker Peksag committed
March 23, 2014
R
Issue #20990: Correction for 619331c67638.
Richard Oudkerk committed
R
Issue #20990: Fix issues found by pyflakes for multiprocessing.
Richard Oudkerk committed
December 17, 2013
N
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan committed
December 13, 2013
B
Issue #19946: Raise ImportError when the main module cannot be found
Brett Cannon committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 22, 2013
R
Stop making fork server have copy of semaphore_tracker_fd.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed