[issue9400] multiprocessing.pool.AsyncResult.get() messes up exceptions

Doug Coleman report at bugs.python.org
Thu Sep 1 19:30:19 EDT 2016


Doug Coleman added the comment:

Six years later and I'm still running into this exact bug with ``subprocess.CalledProcessError`` on python 2.7.12 when doing a ``multiprocessing.Pool.map`` and trying to catch errors from ``subprocess.check_output``. 

What's the reason it was never fixed and backported?

----------
nosy: +Doug Coleman

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


More information about the Python-bugs-list mailing list