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

Irit Katriel report at bugs.python.org
Mon Jan 10 14:04:18 EST 2022


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

Following the changes in issue45711, exc_info[2] is exactly the same as exc_info[1].__traceback__, so there is no point in making this change now.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list