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 lazka, vstinner
Date 2019-05-28.16:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559061843.17.0.974479281167.issue37076@roundup.psfhosted.org>
In-reply-to
Content
Output:
---
Unhandled exception in thread started by <function worker at 0x7fae27f212d0>
<_DummyThread(Dummy-1, started daemon 140385971111680)>
---

Ah right, sys.excepthook is called! But "Unhandled exception in thread started by <function worker at 0x7fae27f212d0>" line is always written into stderr, it cannot be avoided :-( And sys.excepthook doesn't provide access to the thread function which caused the issue.
History
Date User Action Args
2019-05-28 16:44:03vstinnersetrecipients: + vstinner, lazka
2019-05-28 16:44:03vstinnersetmessageid: <1559061843.17.0.974479281167.issue37076@roundup.psfhosted.org>
2019-05-28 16:44:03vstinnerlinkissue37076 messages
2019-05-28 16:44:03vstinnercreate