[issue4503] exception traceback sometimes slow

Amaury Forgeot d'Arc report at bugs.python.org
Wed Dec 3 14:54:21 CET 2008


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

Is "e:" a network drive? This could explain the delay.

But it's true that the code that displays the exception has to call
readline() 683 times, and this code is written in python. There is a
project to rewrite io.py in C...

Also, you are using a debug build. Is the slowdown still noticeable with
a release build?

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

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


More information about the Python-bugs-list mailing list