Qix- / better-exceptions

Pretty and useful exceptions in Python, automatically.
MIT License
4.6k stars 204 forks source link

Fix long Non-ASCII characters decode with "string-escape" error #34

Closed coldnight closed 5 years ago

coldnight commented 7 years ago

Use string-escape to decode string will cause error if the string is very long, because the string only contains part of the complete string.