cpython/Lib/multiprocessing
Richard Oudkerk 8731d7b3c6 Fix handling of SystemExit and exit code. Patch by Brodie Rao. 2013-11-17 17:24:11 +00:00
..
dummy
__init__.py
connection.py Issue #17097: Make multiprocessing ignore EINTR. 2013-07-01 18:59:26 +01:00
forking.py #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:50:46 +03:00
heap.py Issue #18593: fix typo in comment 2013-07-30 06:12:49 -07:00
managers.py Issue #17261: Ensure multiprocessing's proxies use proper address. 2013-07-02 13:37:43 +01:00
pool.py Issue #19425 -- a pickling error should not cause pool to hang. 2013-10-28 23:11:58 +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
reduction.py
sharedctypes.py
synchronize.py
util.py