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 pitrou
Recipients CyberJacob, Decorater, Matt Groth, ellisj, eric.araujo, lazka, mwh, ncoghlan, pitrou, serhiy.storchaka, tiagoaoa, tim.peters, undercoveridiot, vlasovskikh, vstinner
Date 2019-05-25.17:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558804968.36.0.0353343706613.issue1230540@roundup.psfhosted.org>
In-reply-to
Content
A Thread.excepthook() method does not allow to notify exceptions raised in C-created threads ("dummy threads").

Also, as I said already, you can get the current thread by calling threading.current_thread() in the except hook. There is no need to pass it explicitly to the except hook.
History
Date User Action Args
2019-05-25 17:22:48pitrousetrecipients: + pitrou, mwh, tim.peters, ncoghlan, ellisj, vstinner, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, serhiy.storchaka, lazka, Decorater, CyberJacob, Matt Groth
2019-05-25 17:22:48pitrousetmessageid: <1558804968.36.0.0353343706613.issue1230540@roundup.psfhosted.org>
2019-05-25 17:22:48pitroulinkissue1230540 messages
2019-05-25 17:22:48pitroucreate