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

2015-09-10 Thread Benedikt Reinartz
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. -- _

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

2015-09-02 Thread Benedikt Reinartz
Changes by Benedikt Reinartz <fil...@gmail.com>: -- versions: +Python 2.7, Python 3.2, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python