[issue13831] get method of multiprocessing.pool.Async should return full traceback

Richard Oudkerk report at bugs.python.org
Thu Apr 25 22:31:57 CEST 2013


Richard Oudkerk added the comment:

It might be possible to come up with a hack so that when the exception is unpickled in the main process it gets a secondary exception chained to it using __cause__ or __context__ whose stringification contains the stringification of the original traceback.

----------
versions: +Python 3.4 -Python 2.6, Python 3.3

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


More information about the Python-bugs-list mailing list