]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Mar 2022 22:09:28 +0000 (14:09 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 22:09:28 +0000 (14:09 -0800)
commit26fa25a9a73f0e31bf0f0d94103fa4de38c0a3cc
treed81dc8eec9289dc00853dc3405e532f8a2bc9d82
parent8de434b332ed92ba2db90de6ed0969aee23735c2
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)

(cherry picked from commit 88b7d86a73da9388aa65c96401c2984c8c16f8db)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/unittest/result.py
Lib/unittest/test/test_result.py
Misc/NEWS.d/next/Library/2021-09-06-15-46-53.bpo-24959.UVFgiO.rst [new file with mode: 0644]