]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132308: prevent `TracebackException` swallowing attributes of a falsey `Exception...
authorDuprat <yduprat@gmail.com>
Sat, 19 Apr 2025 09:49:18 +0000 (11:49 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 09:49:18 +0000 (09:49 +0000)
commit69cda31261dd98b0462dc5ca63bdbcd0954dfa77
tree241561bdf7aef5e24623ad3aceef5f7cd46d8946
parent427e7fc099e61d9a3d1f04e2fbde8b749e5fcf0a
gh-132308: prevent `TracebackException` swallowing attributes of a falsey `Exception` or `ExceptionGroup` (#132363)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-04-10-13-06-42.gh-issue-132308.1js5SI.rst [new file with mode: 0644]