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-27.22:51:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558997484.87.0.618934402283.issue37069@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-05-27 22:51:24vstinnersetrecipients: + vstinner
2019-05-27 22:51:24vstinnersetmessageid: <1558997484.87.0.618934402283.issue37069@roundup.psfhosted.org>
2019-05-27 22:51:24vstinnerlinkissue37069 messages
2019-05-27 22:51:24vstinnercreate