]> 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 21:43:49 +0000 (21:43 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 21:43:49 +0000 (21:43 +0000)
commit88b7d86a73da9388aa65c96401c2984c8c16f8db
tree3dd2dc7d23ffbef10f514821c92ebccd191dd7e9
parentda80d6b2f3beff519cb1457d5e055168c89f7224
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
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]