COMMITS
/ Lib/multiprocessing/heap.py November 12, 2025
A
gh-137928: remove redundant size validation in multiprocessing.heap (GH-137929)
Alejandro Cabello Jiménez committed
April 9, 2018
A
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)
Antoine Pitrou committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
July 23, 2017
A
bpo-30919: shared memory allocation performance regression in multiprocessing (#2708)
Antoine Pitrou committed
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
April 13, 2015
A
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
Antoine Pitrou committed
December 17, 2014
S
Issue #23060: Suppresses a multiprocessing assert that fails incorrectly
Steve Dower committed
May 25, 2014
C
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
July 30, 2013
E
Issue #18593: fix typo in comment
Eli Bendersky committed
May 26, 2012
R
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
April 18, 2012
A
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou committed
November 11, 2011
F
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna committed
July 2, 2011
C
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali committed
December 14, 2010
R
Merged revisions 87225 via svnmerge from
R. David Murray committed
August 4, 2010
B
Merged revisions 83722 via svnmerge from
Brian Curtin committed
June 11, 2008
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed