]> granicus.if.org Git - python/commit
bpo-30445: Allow appended output in RecursionError message
authorcodedragon <mariak@mariakathryn.net>
Wed, 24 May 2017 21:23:46 +0000 (14:23 -0700)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 24 May 2017 21:23:46 +0000 (16:23 -0500)
commit3480ef9dd3177be8c0d71a74853dca6e5b11fbe1
tree05131d3bbf65b39a602fdcd424a5736b5822c4e2
parent7c2f82d158a19ec9ee6b7e259c243e1f06f0434f
 bpo-30445: Allow appended output in RecursionError message

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

Patched by Maria Mckinley
Lib/test/test_traceback.py