-
Jason Madden authored
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.
18d7c7d4