You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Richard Oudkerk 7aaa1ef858 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. 13 years ago
..
dummy Issue #14881: Allow normal non-main thread to spawn a dummy process 14 years ago
__init__.py Remove duplication. 14 years ago
connection.py Issue #10527: Remove dead code 13 years ago
forking.py Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. 13 years ago
heap.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
managers.py Issue #13565: Increase multiprocessing's server socket backlog, to avoid 14 years ago
pool.py Issue #15101: Make pool finalizer avoid joining current thread. 14 years ago
process.py Issue #13854: Properly handle non-integer, non-string arg to SystemExit 14 years ago
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 14 years ago
reduction.py 9162: fix license in multiprocessing files 15 years ago
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 15 years ago
synchronize.py 9162: fix license in multiprocessing files 15 years ago
util.py Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago