New submission from STINNER Victor <vstin...@redhat.com>:

Python 3.8 got 2 new hooks: sys.unraisablehook and threading.excepthook. It 
would be interesting to catch these exceptions and display them again in the 
test summary.

I modified the io.IOBase destructor to log close() exception. There are still 
open issues: see bpo-18748. Once these issues will be fixed, maybe it would 
even be interesting to make a test fail if at least one uncaught thread 
exception is raised or an unraisable exception is logged?

----------
components: Tests
messages: 343693
nosy: vstinner
priority: normal
severity: normal
status: open
title: regrtest: log unraisable exceptions and uncaught thread exceptions
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37069>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to