[issue7317] Display full tracebacks when an error occurs asynchronously

Amaury Forgeot d'Arc report at bugs.python.org
Tue Dec 1 17:59:44 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Seconded. 
But such messages are also printed when the interpreter exits, when
poorly written __del__ methods access already disposed modules. Raising
a full traceback could cause users to think that the error is more
severe than it is.

Is there an already existing flag that could control this behaviour?
Otherwise, well, just ignore my remark.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list