[issue28340] TextIOWrapper.tell extremely slow

Rob Malouf report at bugs.python.org
Sun Oct 2 11:51:27 EDT 2016


New submission from Rob Malouf:

io.TextIOWrapper.tell() is unusably slow in Python 2.7.  This same problem was introduced in Python 3 and fixed in Python 3.3 (see Issue # 11114).  Any chance of getting the fix backported into the Python 2.7 library? It would make it much easier to modernize Unicode handling in libraries that have to support both 2 and 3 using the same codebase.

----------
components: IO
messages: 277898
nosy: rmalouf
priority: normal
severity: normal
status: open
title: TextIOWrapper.tell extremely slow
type: performance
versions: Python 2.7

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


More information about the Python-bugs-list mailing list