cpython/Lib/multiprocessing
Benjamin Peterson eff492f4b7 Issue #15881: Fixed atexit hook in multiprocessing. 2013-02-02 11:15:50 -05: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 #10527: Remove dead code 2013-01-15 13:13:35 +00:00
forking.py Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing 2012-08-14 11:41:19 +01: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 #13565: Increase multiprocessing's server socket backlog, to avoid 2011-12-23 19:05:45 +01:00
pool.py Issue #15101: Make pool finalizer avoid joining current thread 2012-06-18 15:37:31 +01:00
process.py Issue #13854: Properly handle non-integer, non-string arg to SystemExit 2012-06-06 19:01:14 +01: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 Merged revisions 87225 via svnmerge from 2010-12-14 01:42:40 +00:00
util.py Issue #15881: Fixed atexit hook in multiprocessing. 2013-02-02 11:15:50 -05:00