[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

Benedikt Reinartz report at bugs.python.org
Thu Sep 10 18:03:40 CEST 2015


Benedikt Reinartz added the comment:

That would touch 2, but as this is happening in the exception handling already that would need to be catched and handled by itself. However, one could then do without a "pickle -> unpickle" dance.

----------

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


More information about the Python-bugs-list mailing list