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 Joel Croteau, Mark Borgerding, eric.snow, giampaolo.rodola, pablogsal, pitrou, pmpp, rhettinger, tim.peters, vstinner
Date 2020-09-22.14:48:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600786099.76.0.00538613244721.issue36666@roundup.psfhosted.org>
In-reply-to
Content
I consider that this issue as a duplicate of bpo-1230540. Python 3.8 has a new threading.excepthook hook which can be used in various ways to decide how to handle uncatched thread exceptions.

https://docs.python.org/dev/library/threading.html#threading.excepthook
History
Date User Action Args
2020-09-22 14:48:19vstinnersetrecipients: + vstinner, tim.peters, rhettinger, pitrou, giampaolo.rodola, pmpp, eric.snow, pablogsal, Joel Croteau, Mark Borgerding
2020-09-22 14:48:19vstinnersetmessageid: <1600786099.76.0.00538613244721.issue36666@roundup.psfhosted.org>
2020-09-22 14:48:19vstinnerlinkissue36666 messages
2020-09-22 14:48:19vstinnercreate