cpython/Lib/multiprocessing
Charles-François Natali 723585bbaf Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is
freed by the garbage collector while the Heap lock is held.
2011-07-02 14:43:11 +02:00
..
dummy
__init__.py
connection.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
forking.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
heap.py Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 14:35:49 +02:00
managers.py
pool.py Issue #12285: multiprocessing.Pool() raises a ValueError if the number of 2011-06-20 17:53:35 +02:00
process.py (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() 2011-06-17 12:36:26 +02:00
queues.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
reduction.py Issue #11743: Rewrite multiprocessing connection classes in pure Python. 2011-05-09 17:04:27 +02:00
sharedctypes.py
synchronize.py
util.py Whitespace normalization 2011-06-06 19:36:01 +02:00