[issue32679] concurrent.futures should store full sys.exc_info()

Irit Katriel report at bugs.python.org
Tue Nov 9 18:03:12 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

The SO link seems to refer to Python 2, but on this issue the version are Python 3.   In Python 3 the traceback is accessible from the exception via its __traceback__ attribute. Does that not give you what you need?

----------
nosy: +iritkatriel

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32679>
_______________________________________


More information about the Python-bugs-list mailing list