]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
authorJérome Perrin <perrinjerome@gmail.com>
Fri, 19 Jan 2024 20:35:57 +0000 (05:35 +0900)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 20:35:57 +0000 (20:35 +0000)
commit20f7cf2c7f2e3fd170a27a3ded8cc80124ba9f2d
treed0da8000f27b13d1011512e92198a8e31e70ea43
parenta4ad7a0ac5dad9e4e1b2dc17cdbc02dc763e625f
[3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359) (#114118)
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