]> granicus.if.org Git - python/commit
bpo-30445: Allow appended output in RecursionError message (#3356)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Sep 2017 23:07:44 +0000 (01:07 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2017 23:07:44 +0000 (01:07 +0200)
commit6fce7ea893dc3f69b607dd6ef48c2d3d0f6ca414
tree1f5c2a6c7e1aabfa43629bfa27082939b6a6ceb7
parent63b3f2b19cc96801c3b8619e4cf8aa9028e7a33c
bpo-30445: Allow appended output in RecursionError message (#3356)

Running under coverage sometimes causes 'in comparison' to be added to the end of the RecursionError message, which is acceptable.

Patched by Maria Mckinley

(cherry picked from commit 3480ef9dd3177be8c0d71a74853dca6e5b11fbe1)
Lib/test/test_traceback.py