[issue42482] TracebackException should not hold reference to the exception traceback

Guido van Rossum report at bugs.python.org
Fri Nov 27 11:52:44 EST 2020


Guido van Rossum <guido at python.org> added the comment:

For background, see https://github.com/iritkatriel/cpython/pull/3#issuecomment-734640036 -- it seems the link to exc_traceback was added with little concern for the original design of TracebackExceptionGroup.

The question is, can we get rid of it, even though it's been undocumented.

----------

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


More information about the Python-bugs-list mailing list