Skip to content

Buffering tests should have cases for BytesIO/StringIO variants that return less data on read() #108

@smheidrich

Description

@smheidrich

I.e. instead of BytesIO(b"abc").read() returning b"abc", it returns only b"a", requiring multiple calls to get the full buffer. This is allowed, cf. https://docs.python.org/3.14/library/io.html#io.RawIOBase.read.

Follow-up on #105

Related to #107

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions