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 steve.dower
Recipients ZackerySpytz, lukasz.langa, steve.dower
Date 2019-10-14.15:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571067678.31.0.695936481613.issue38410@roundup.psfhosted.org>
In-reply-to
Content
In that case, the fix for 3.8 should be to call PyErr_WriteUnraisable(NULL) when an error occurs. This will report it through the new unraisable hook, and also prevent a fatal error if the exception escapes.
History
Date User Action Args
2019-10-14 15:41:18steve.dowersetrecipients: + steve.dower, lukasz.langa, ZackerySpytz
2019-10-14 15:41:18steve.dowersetmessageid: <1571067678.31.0.695936481613.issue38410@roundup.psfhosted.org>
2019-10-14 15:41:18steve.dowerlinkissue38410 messages
2019-10-14 15:41:18steve.dowercreate