-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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:
Line 154 in 7f95af6
| return self._f.readinto() |
(this gets exposed when you're using Pickle protocol 5, and right now it fails)
Thanks!
Metadata
Metadata
Assignees
Labels
No labels