Support more objects that implement the buffer protocal by asking for the...
Support more objects that implement the buffer protocal by asking for the len() of their memoryview, not the len() of themselves. Also potentially reduces the number of calls to memoryview so may be slightly more efficient. Fixes #466.
Showing
Please register or sign in to comment