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 bpoaugust
Recipients barry, bpoaugust, r.david.murray
Date 2017-01-02.20:42:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483389763.01.0.760520328736.issue29053@psf.upfronthosting.co.za>
In-reply-to
Content
The patch can be simplified by just looking for b'\n' in the last 6 chars, and caching from b'\n' if found.

This would mean more file seeking in exchange for less buffer matching.
History
Date User Action Args
2017-01-02 20:42:43bpoaugustsetrecipients: + bpoaugust, barry, r.david.murray
2017-01-02 20:42:43bpoaugustsetmessageid: <1483389763.01.0.760520328736.issue29053@psf.upfronthosting.co.za>
2017-01-02 20:42:42bpoaugustlinkissue29053 messages
2017-01-02 20:42:42bpoaugustcreate