]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93883: Fix some tests involving traceback formatting (#94737)
authorJohn Belmonte <john@neggie.net>
Mon, 11 Jul 2022 09:22:41 +0000 (18:22 +0900)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 09:22:41 +0000 (10:22 +0100)
commit1fdc35ef519855e1b69addf43af74f3ac7f37a6f
tree0691a42ce9b3724a02b3b5df7b9c6c366b2ee884
parent46fc584b00f2ccee5b77d8fc525881def8670a02
gh-93883: Fix some tests involving traceback formatting (#94737)

PR #93994 was merged without being rebased in a few weeks, and
some new test code using the old scheme passed through automatic merge.
Lib/test/test_traceback.py