[issue11114] file.tell extremely slow

Amaury Forgeot d'Arc report at bugs.python.org
Fri Feb 4 14:53:37 CET 2011


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

I found that adding "infile._CHUNK_SIZE = 20" makes the test much faster - 'only' 5 times slower than 2.7.

----------
nosy: +amaury.forgeotdarc, pitrou

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


More information about the Python-bugs-list mailing list