]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132385: Fix instance error suggestions trigger potential exceptions in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 May 2025 13:27:54 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 13:27:54 +0000 (13:27 +0000)
commit16e9e74a8b0b50ee75f56eb1c954718bda1f11ec
tree63e5338cc47619db819eac934167fdc02beac27d
parent6a919d048826bdd9ac72c447011426a74c9a61d3
[3.13] gh-132385: Fix instance error suggestions trigger potential exceptions in `traceback` (GH-132387) (#133297)

gh-132385: Fix instance error suggestions trigger potential exceptions in `traceback` (GH-132387)
(cherry picked from commit 641253cfac789e57c2b0c16047bdbf355535f60f)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-04-11-12-41-47.gh-issue-132385.86HoA7.rst [new file with mode: 0644]