]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
authorJérome Perrin <perrinjerome@gmail.com>
Sun, 21 Jan 2024 17:12:17 +0000 (02:12 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2024 17:12:17 +0000 (17:12 +0000)
commit00e8c9ce9ef73fb6f64dde7f97a75e17fcaa7541
tree8b233f29d6fb5921189af68067339a30a0935cfe
parentafefa4a74cecc505a54094c6a0f129fcdc02060a
[3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359) (#114173)
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]
Python/pythonrun.c