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 pitrou
Recipients pitrou
Date 2009-11-13.19:23:33
SpamBayes Score 2.1385074e-06
Marked as misclassified No
Message-id <1258140215.22.0.835793798885.issue7317@psf.upfronthosting.co.za>
In-reply-to
Content
When an exception is raised in a __del__ method or a finalizer (i.e. a
weakref callback), only the exception name is printed out.
Unfortunately, arbitrarily complex code can be involved which makes
debugging quite tedious. It would be nice to display the full traceback
so that these errors are easier to diagnose (see issue7060 as an example).
History
Date User Action Args
2009-11-13 19:23:35pitrousetrecipients: + pitrou
2009-11-13 19:23:35pitrousetmessageid: <1258140215.22.0.835793798885.issue7317@psf.upfronthosting.co.za>
2009-11-13 19:23:34pitroulinkissue7317 messages
2009-11-13 19:23:33pitroucreate