STINNER Victor <vstin...@redhat.com> added the comment:

About threading.excepthook() API, maybe we should not reproduce 
sys.excepthook() API but instead reuse something closer to sys.unraisablehook() 
API: use a single parameter which has attributes. It would allow to pass more 
parameters as new attributes in the future, maybe some new "optional" 
parameters (None by default).

For example, we can imagine calling threading.excepthook() to handle 
threading.excepthook() failure. We would need an argument to prevent an infine 
loop :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue1230540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to