[New-bugs-announce] [issue42308] Add threading.__excepthook__ similar to sys.__excepthook__

Mario Corchero report at bugs.python.org
Tue Nov 10 06:09:01 EST 2020


New submission from Mario Corchero <mariocj89 at gmail.com>:

The sys module contains __excepthook__ to recover sys.excepthook if necessary. The same is not present in the threading module, even if threading.excepthook is exposed.

----------
components: Library (Lib)
messages: 380651
nosy: mariocj89, vstinner
priority: normal
severity: normal
status: open
title: Add threading.__excepthook__ similar to sys.__excepthook__
versions: Python 3.10

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


More information about the New-bugs-announce mailing list