[issue13751] multiprocessing.pool hangs if any worker raises an Exception whose constructor requires a parameter

Richard Oudkerk report at bugs.python.org
Fri May 25 22:05:18 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

This is a duplicate of #9244 and #9400 which have been fixed by wrapping unpicklable exceptions in picklable exceptions.

The larger issue of many exception classes being unpicklable, is dealt with in #1692335.

----------
resolution:  -> duplicate
stage:  -> committed/rejected

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13751>
_______________________________________


More information about the Python-bugs-list mailing list