COMMITS
/ Lib/multiprocessing/forkserver.py August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
July 22, 2017
A
bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813)
Antoine Pitrou committed
June 24, 2017
A
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou committed
June 13, 2017
A
bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR #1989) (#2139)
Antoine Pitrou committed
June 12, 2017
A
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
May 4, 2017
A
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Antoine Pitrou committed
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
March 25, 2016
V
Issue #25654:
Victor Stinner committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
July 23, 2014
C
Issue #21566: Make use of socket.listen() default backlog.
Charles-François Natali committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
September 5, 2013
C
Issue #18934: multiprocessing: use selectors module.
Charles-François Natali committed
August 28, 2013
R
Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
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
R
Issue #18762: Fix EBADF error when using forkserver.
Richard Oudkerk committed
August 21, 2013
R
Issue #18762: Print debug info on failure to create new forkserver process.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed