]> granicus.if.org Git - python/commit
Issue #11114: Fix catastrophic performance of tell() on text files (up
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Feb 2011 20:27:33 +0000 (20:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Feb 2011 20:27:33 +0000 (20:27 +0000)
commit211b81dd0916ce6e83f23b222bc06d45b904a838
treebadd58c036b3f0395de14a4a16a148640a1f2367
parentd2751fb48203f5a8e1493b45974a260bb3e249bc
Issue #11114: Fix catastrophic performance of tell() on text files (up
to 1000x faster in some cases).  It is still one to two order of magnitudes
slower than binary tell().
Lib/_pyio.py
Misc/NEWS
Modules/_io/textio.c