[New-bugs-announce] [issue7317] Display full tracebacks when an error occurs asynchronously

Antoine Pitrou report at bugs.python.org
Fri Nov 13 20:23:35 CET 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

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).

----------
components: Interpreter Core, Library (Lib)
messages: 95197
nosy: pitrou
priority: high
severity: normal
stage: needs patch
status: open
title: Display full tracebacks when an error occurs asynchronously
type: feature request
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7317>
_______________________________________


More information about the New-bugs-announce mailing list