cpython/Lib/multiprocessing
Richard Oudkerk e8a57b98ec Issue #14548: Make multiprocessing finalizers check pid before
running to cope with possibility of gc running just after fork.
(Backport from 3.x.)
2014-01-23 00:11:04 +00:00
..
dummy Issue #14881: Allow normal non-main thread to spawn a dummy process 2012-05-25 12:56:33 +01:00
__init__.py Remove duplication. 2011-10-19 10:39:35 +03:00
connection.py Issue #18455: multiprocessing should not retry connect() with same socket. 2013-07-15 18:37:48 +01:00
forking.py #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:43:51 +03:00
heap.py Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 13:56:19 +02:00
managers.py Issue #17261: Ensure multiprocessing's proxies use proper address. 2013-07-02 13:31:43 +01:00
pool.py Issue #19425 -- a pickling error should not cause pool to hang. 2013-10-28 23:02:22 +00:00
process.py Fix handling of SystemExit and exit code. Patch by Brodie Rao. 2013-11-17 17:24:11 +00:00
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 2011-11-10 00:33:50 +01:00
reduction.py Merged revisions 87225 via svnmerge from 2010-12-14 01:42:40 +00:00
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 2011-03-26 10:02:37 +00:00
synchronize.py - Fix typos in the multiprocessing module. 2013-05-15 16:54:16 +02:00
util.py Issue #14548: Make multiprocessing finalizers check pid before 2014-01-23 00:11:04 +00:00