New submission from Mario Corchero <[email protected]>:

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 <[email protected]>
<https://bugs.python.org/issue42308>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to