cpython/Lib/multiprocessing
Charles-François Natali 992ca5278e Issue #8184: Fix a potential file descriptor leak when a
multiprocessing.Connection socket can't be bound.
2012-02-04 14:55:53 +01:00
..
dummy Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
__init__.py Remove duplication. 2011-10-19 10:58:56 +03:00
connection.py Issue #8184: Fix a potential file descriptor leak when a 2012-02-04 14:55:53 +01:00
forking.py Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 2012-01-27 10:52:37 +01: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 Issue #13565: Increase multiprocessing's server socket backlog, to avoid 2011-12-23 19:06:48 +01:00
pool.py Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
process.py Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 2012-01-27 10:52:37 +01:00
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 2011-11-10 00:37:09 +01:00
reduction.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 2011-03-26 10:19:03 +00:00
synchronize.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
util.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00