Steve Dower <[email protected]> added the comment:
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. ---------- versions: +Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38410> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
