This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Mariatta, benjamin.peterson, berker.peksag, pitrou, rmalouf, terry.reedy
Date 2017-11-04.07:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509781079.38.0.213398074469.issue28340@psf.upfronthosting.co.za>
In-reply-to
Content
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 BDFL or the 2.7 release manager)

If TextIOWrapper.tell() performance got worse after 2.7.1, there might be a chance to backport issue 11114 to 2.7.

Adding Antoine (author of the patch) and Benjamin (2.7. release manager) to get their opinion.
History
Date User Action Args
2017-11-04 07:37:59berker.peksagsetrecipients: + berker.peksag, terry.reedy, pitrou, benjamin.peterson, rmalouf, Mariatta
2017-11-04 07:37:59berker.peksagsetmessageid: <1509781079.38.0.213398074469.issue28340@psf.upfronthosting.co.za>
2017-11-04 07:37:59berker.peksaglinkissue28340 messages
2017-11-04 07:37:58berker.peksagcreate