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

> If we want to support low-level threads created by start_new_thread() we 
> should call excepthook() from t_bootstrap instead of Thread._bootstrap_inner. 
> Otherwise implementing excepthook() as a Thread method would be more 
> convenient.

I created bpo-37076: "_thread.start_new_thread(): call sys.unraisablehook() to 
handle uncaught exceptions".

----------

_______________________________________
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