[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: Berker Peksag, Antoine Pitrou (who implemented the discussed change) and me are opposed to backporting this optimization, so I close the issue as WONTFIX. The only known workaround is to upgrade to Python 3, sorry! Benjamin: Please

[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-11-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: The original patch is quite delicate and I'm not comfortable backporting to 2.7. This is why it was pushed to 3.3 but not backported to 3.2.x (AFAIR). 2.7 has existed with this issue for years, now, and is slowly nearing end-of-life. I'll

[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-11-04 Thread Berker Peksag
Berker Peksag added the comment: >From the original report: > This problem did not exist in version 2.7.1 [...] We usually don't treat performance improvements as bug fixes unless it was introduced in a bug fix release (or it needs to be explicitly approved by the

[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-11-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Anyone here capable of reviewing the PR? -- nosy: +Mariatta stage: -> patch review ___ Python tracker

[issue28340] [py2] TextIOWrapper.tell extremely slow

2017-05-22 Thread Rob Malouf
Changes by Rob Malouf : -- pull_requests: +1832 ___ Python tracker ___ ___

[issue28340] [py2] TextIOWrapper.tell extremely slow

2016-10-18 Thread STINNER Victor
Changes by STINNER Victor : -- title: TextIOWrapper.tell extremely slow -> [py2] TextIOWrapper.tell extremely slow ___ Python tracker