]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 8 Mar 2022 23:00:45 +0000 (23:00 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 23:00:45 +0000 (23:00 +0000)
commitf3ea249569bbce8417c55d421521bb672c202552
tree0a15d765123d0f9a2bcf6c3c47c22fbcdc51269f
parent20e88f78a39ff56235c1d42ba4b947f5fa8e67b7
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776)

(cherry picked from commit 88b7d86a73da9388aa65c96401c2984c8c16f8db)
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]