[issue19967] asyncio: remove _TracebackLogger

Antoine Pitrou report at bugs.python.org
Fri Dec 20 02:09:26 CET 2013


Antoine Pitrou added the comment:

I think this patch is bad and should be reverted. It always calls traceback.format_exception() which is an expensive operation, while the _TracebackLogger takes care to call it only when necessary.

----------
assignee:  -> haypo
status: closed -> open

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


More information about the Python-bugs-list mailing list