Qix- / better-exceptions

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

threading.excepthook new in python 3.8 #106

Open jnoortheen opened 3 years ago

jnoortheen commented 3 years ago

currently better_exceptions.hook() patches sys.excepthook and logging modules. It will be perfect to set the same for threads as well.

doc: https://docs.python.org/3/library/threading.html#threading.excepthook