Commits


Jeff Knupp authored and Wes McKinney committed 685ebf49001
ARROW-626: [Python] Replace PyBytesBuffer with zero-copy, memoryview-based PyBuffer WIP, but tests all pass Author: Jeff Knupp <jeff.knupp@enigma.io> Closes #410 from jeffknupp/master and squashes the following commits: bfba71d [Jeff Knupp] Fix typo in test 0a39f24 [Jeff Knupp] Fix some logical issues with initialization; add bytearray test fb2cfa3 [Jeff Knupp] Add proper reference counting regardless of if buf is memoryview 26f8b74 [Jeff Knupp] Need to investigate why test failed travis but not locally. For now, revert f7d21ac [Jeff Knupp] ARROW-626: [Python] Replace PyBytesBuffer with zero-copy, memoryview-based PyBuffer