commit | 3480ef9dd3177be8c0d71a74853dca6e5b11fbe1 | [log] [tgz] |
---|---|---|
author | codedragon <mariak@mariakathryn.net> | Wed May 24 14:23:46 2017 -0700 |
committer | Zachary Ware <zachary.ware@gmail.com> | Wed May 24 16:23:46 2017 -0500 |
tree | 05131d3bbf65b39a602fdcd424a5736b5822c4e2 | |
parent | 7c2f82d158a19ec9ee6b7e259c243e1f06f0434f [diff] |
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