COMMITS
/ Lib/multiprocessing/popen_spawn_win32.py April 28, 2024
December 15, 2023
V
gh-113009: Fix multiprocessing Process.terminate() on Windows (#113128)
Victor Stinner committed
September 29, 2023
V
gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)
Victor Stinner committed
October 20, 2022
September 13, 2019
June 29, 2019
S
February 4, 2019
S
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower committed
June 27, 2018
V
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
Victor Stinner committed
July 18, 2017
V
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira committed
June 24, 2017
A
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou committed
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
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