]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH...
authorJérome Perrin <perrinjerome@gmail.com>
Tue, 16 Jan 2024 09:49:24 +0000 (18:49 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 09:49:24 +0000 (09:49 +0000)
commit04fabe22dd98b4d87f672254b743fbadd5206352
tree3b86f3fbf608fde8b40ffe871337068159e4631c
parent17b73ab99ef12f89d41acec7500a244e68b1aaa4
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2023-12-21-14-55-06.gh-issue-113358.nRkiSL.rst [new file with mode: 0644]