COMMITS
/ Lib/test/_test_multiprocessing.py May 26, 2026
V
gh-149879: Fix multiprocessing resource tracker tests on Cygwin (#150440)
Victor Stinner committed
May 18, 2026
V
gh-149879: Fix multiprocessing tests on Cygwin (#150031)
Victor Stinner committed
April 12, 2026
G
gh-146313: Fix multiprocessing ResourceTracker deadlock after os.fork() (GH-146316)
Gregory P. Smith committed
April 7, 2026
G
gh-144503: Pass sys.argv to forkserver as real argv elements (GH-148194)
Gregory P. Smith committed
March 16, 2026
G
gh-140814: Fix freeze_support() setting start method as side effect (GH-144608)
Gregory P. Smith committed
March 11, 2026
S
gh-145587: fix busy loop in multiprocessing.connection.wait on Windows (GH-145597)
Shrey Naithani committed
January 12, 2026
G
gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` preload (#143717)
Gregory P. Smith committed
December 24, 2025
S
gh-143121: Skip test that leak threads under TSan (gh-143125)
Sam Gross committed
December 23, 2025
December 3, 2025
P
gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215)
Petr Viktorin committed
November 29, 2025
V
Fix multiprocessing queue test_get() (GH-142024)
Victor Stinner committed
November 23, 2025
D
gh-135335: Simplify preload regression test using __main__ (GH-138686)
Duane Griffin committed
November 12, 2025
R
September 17, 2025
September 7, 2025
D
gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)
Duane Griffin committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
June 18, 2025
D
gh-135335: flush stdout/stderr in forkserver after preloading modules (#135338)
Duane Griffin committed
May 23, 2025
J
gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514)
Jiucheng(Oliver) committed
May 12, 2025
V
gh-133744: Fix multiprocessing interrupt test: add an event (#133746)
Victor Stinner committed
May 9, 2025
April 23, 2025
V
gh-132719: Skip multiprocessing test if missing ctypes (#132846)
Victor Stinner committed
V
gh-132719: Skip multiprocessing test if missing ctypes (#132842)
Victor Stinner committed
P
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
pulkin committed
April 21, 2025
April 17, 2025
April 8, 2025
S
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn committed
March 8, 2025
S
gh-130954: Fix multiprocessing test_notify_n (#130955)
Sam Gross committed
March 7, 2025
S
gh-110206: Fix multiprocessing test_notify_all (#130933)
Sam Gross committed
March 4, 2025
V
gh-130730: Fix multiprocessing test_active_children() (#130837)
Victor Stinner committed
March 3, 2025
V
gh-130737: Fix multiprocessing test_notify() (#130797)
Victor Stinner committed
March 1, 2025
D
gh-129401: Test repr rlock failing randomly (#129959)
Duprat committed
February 23, 2025
January 14, 2025
S
gh-71339: Use new assertion methods in the multiprocessing tests (GH-128847)
Serhiy Storchaka committed
December 27, 2024
S
gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011)
Stephen Hansen committed
December 16, 2024
H
Revert "gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)" (#127983)
Hugo van Kemenade committed
December 15, 2024
S
gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)
Stephen Hansen committed
November 20, 2024
G
gh-97514: Authenticate the forkserver control socket. (GH-99309)
Gregory P. Smith committed
November 11, 2024
S
gh-126417: validate ABC methods on multiprocessing proxy types (#126454)
Stephen Morton committed
November 10, 2024
G
gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH-126635)
Gregory P. Smith committed
November 9, 2024
G
gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-126538)
Gregory P. Smith committed
November 7, 2024
November 5, 2024
S
gh-126417: Register multiprocessing proxy types to an appropriate collections.abc class (#126419)
Stephen Morton committed
October 18, 2024
September 26, 2024
G
gh-84559: Change the multiprocessing start method default to `forkserver` (GH-101556)
Gregory P. Smith committed
June 13, 2024
B
gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102)
Bénédikt Tran committed
May 20, 2024
R
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
May 3, 2024
T
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao committed
May 2, 2024
S
gh-118413: Fix test_release_task_refs on free-threaded build (#118494)
Sam Gross committed
May 1, 2024