[issue1230540] sys.excepthook doesn't work in threads

Serhiy Storchaka report at bugs.python.org
Sat May 25 08:25:21 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I propose to add the Thead.excepthook() method with the signature compatible with sys.excepthook(). This will allow to set easily per-thread hooks and a global hook.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue1230540>
_______________________________________


More information about the Python-bugs-list mailing list