This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients CyberJacob, Decorater, Matt Groth, ellisj, eric.araujo, lazka, mwh, ncoghlan, pitrou, serhiy.storchaka, tiagoaoa, tim.peters, undercoveridiot, vlasovskikh, vstinner
Date 2019-05-25.23:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558827602.45.0.302439071697.issue1230540@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-25 23:40:02vstinnersetrecipients: + vstinner, mwh, tim.peters, ncoghlan, ellisj, pitrou, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, serhiy.storchaka, lazka, Decorater, CyberJacob, Matt Groth
2019-05-25 23:40:02vstinnersetmessageid: <1558827602.45.0.302439071697.issue1230540@roundup.psfhosted.org>
2019-05-25 23:40:02vstinnerlinkissue1230540 messages
2019-05-25 23:40:02vstinnercreate