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 jpe
Recipients
Date 2007-03-30.15:49:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Is there a reason why sys.except_hook isn't called when __del__ returns with an exception?  If not, I can write a patch to call sys.except_hook from PyErr_WriteUnraisable.  The default of printing the full traceback should be possible in many situations.  
History
Date User Action Args
2007-08-23 16:12:40adminlinkissue1691387 messages
2007-08-23 16:12:40admincreate