8000 bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions by iritkatriel · Pull Request #23688 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions #23688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 8, 2022
Prev Previous commit
newline
  • Loading branch information
iritkatriel authored Mar 8, 2022
commit 92909672e488820933f2095069bcab1efc924b7b
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix bug where :mod:`unittest` sometimes drops frames from tracebacks of exceptions raised in tests.
Fix bug where :mod:`unittest` sometimes drops frames from tracebacks of exceptions raised in tests.
0