cpython/Lib/multiprocessing
Richard Oudkerk 0c200c282b Issue #9400: Partial backport of fix for #9244
In multiprocessing, a pool worker process would die
if the result/error could not be pickled.  This could
cause pool methods to hang.

In 3.x this was fixed by 0aa8af79359d (which also added
an error_callback argument to some methods), but the fix
was not back ported.
2012-05-02 16:36:26 +01:00
..
dummy
__init__.py Remove duplication. 2011-10-19 10:39:35 +03:00
connection.py Issue #8184: Fix a potential file descriptor leak when a 2012-02-04 14:40:25 +01:00
forking.py
heap.py
managers.py Issue #13565: Increase multiprocessing's server socket backlog, to avoid 2011-12-23 19:05:45 +01:00
pool.py Issue #9400: Partial backport of fix for #9244 2012-05-02 16:36:26 +01:00
process.py
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 2011-11-10 00:33:50 +01:00
reduction.py
sharedctypes.py
synchronize.py
util.py