[issue43146] 3.10a5 regression: AttributeError: 'NoneType' object has no attribute '__suppress_context__' in traceback.py

Guido van Rossum report at bugs.python.org
Tue Feb 23 12:43:27 EST 2021


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


New changeset b798ab06937f8bb24b444a49dd42e11fff15e654 by Irit Katriel in branch 'master':
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629)
https://github.com/python/cpython/commit/b798ab06937f8bb24b444a49dd42e11fff15e654


----------

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


More information about the Python-bugs-list mailing list