Skip to content

readinto() fails #76

@philtromans

Description

@philtromans

Hi,

It looks like the buffer argument that's passed in isn't being passed into the underlying readinto() call. This causes a TypeError when Python tries to invoke the function:

return self._f.readinto()

(this gets exposed when you're using Pickle protocol 5, and right now it fails)

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions