Issue #241 Make copy during serialization of reprtraceback and reprcrash to avoid mutating.

This commit is contained in:
thou
2017-11-20 11:42:30 -06:00
committed by Tim Hou
parent 635d3d02cb
commit 2eb1002781
3 changed files with 25 additions and 11 deletions

1
changelog/241.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix accidental mutation of test report during serialization causing longrepr string-ification to break.