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

Antoine Pitrou:
> A Thread.excepthook() method does not allow to notify exceptions raised in 
> C-created threads ("dummy threads").

I modified my PR to use the threading identitifer (threading.get_ident()) as 
the thread name if args.thread is None.

----------

_______________________________________
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