Closed stankudrow closed 7 months ago
@long2ice , hello, could you give your opinion on the PR and provide answers to the comments on the test cases described in the docstrings?
Also, could you tell are you planning to release a new version with, at least, this #90 PR to be included?
@long2ice
@long2ice , could you have a look at this PR and tell whether it is OK to be merged?
Thanks!
Addresses the following issues:
69
25
20
10
Continues the PR #90.
The assumption is the case when
len(self.buffer) == self.position
. Currently only two cases were caught:self.buffer=b""
andself.position = 0
- can be when realising the logic of data reading;self.position = len(self.buffer)
-> no reproducible example to lay out.During the investigation, some refactoring stuff was brought.