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 dhillier
Recipients dhillier, serhiy.storchaka
Date 2019-10-27.05:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572155604.94.0.632035189748.issue38334@roundup.psfhosted.org>
In-reply-to
Content
I also think that the `read_init` method in my PR is a useful refactor as it locates all the state that needs to be (re)set when starting a read into the same location.

At the moment this state is set in 1) __init__ and 2) the seek method when seeking back beyond what is in the buffer.
History
Date User Action Args
2019-10-27 05:53:24dhilliersetrecipients: + dhillier, serhiy.storchaka
2019-10-27 05:53:24dhilliersetmessageid: <1572155604.94.0.632035189748.issue38334@roundup.psfhosted.org>
2019-10-27 05:53:24dhillierlinkissue38334 messages
2019-10-27 05:53:24dhilliercreate