COMMITS
/ Lib/multiprocessing/popen_spawn_posix.py September 7, 2025
A
gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982)
Albert Zeyer committed
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
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
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 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner 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