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 vstinner
Date 2019-05-28.10:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559038752.81.0.929047691547.issue37076@roundup.psfhosted.org>
In-reply-to
Content
With PR 13617, the function which raised the exception can be retrieved using unraisable.object.

If we used threading.excepthook, I don't see how we could pass this function into threading.ExceptHookArgs: ExceptHookArgs.thread is expected to be a threading.Thread object.
History
Date User Action Args
2019-05-28 10:19:12vstinnersetrecipients: + vstinner
2019-05-28 10:19:12vstinnersetmessageid: <1559038752.81.0.929047691547.issue37076@roundup.psfhosted.org>
2019-05-28 10:19:12vstinnerlinkissue37076 messages
2019-05-28 10:19:12vstinnercreate