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 yselivanov
Recipients gvanrossum, jinty, r.david.murray, vstinner, yselivanov
Date 2015-10-27.17:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445966727.14.0.325166314193.issue25489@psf.upfronthosting.co.za>
In-reply-to
Content
Trapping those exceptions in __del__ isn't good.

Another way to address this would be to at least modify call_exception_handler to log when an exception handler raises a BaseException error.
History
Date User Action Args
2015-10-27 17:25:27yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, jinty
2015-10-27 17:25:27yselivanovsetmessageid: <1445966727.14.0.325166314193.issue25489@psf.upfronthosting.co.za>
2015-10-27 17:25:27yselivanovlinkissue25489 messages
2015-10-27 17:25:27yselivanovcreate