staticshock / colored-traceback.py

Automatically color Python's uncaught exception tracebacks
ISC License
58 stars 11 forks source link

Refactor for efficiency #12

Closed mjpieters closed 4 months ago

mjpieters commented 5 years ago

This is a larger refactoring that avoids re-creating objects each time there is a traceback to print.

It also incorporates pull requests #9 and #11, so could be seen as a replacement for those.

staticshock commented 4 months ago

Thanks!