Commits

Antoine Pitrou authored faf16bef14c
ARROW-2787: [Python] Fix Cython usage instructions It is necessary to compile a C++ Cython extension with the same ABI as that used to compile Arrow, otherwise mysterious failures may ensue. Author: Antoine Pitrou <antoine@python.org> Closes #2276 from pitrou/ARROW-2787-cython-abi and squashes the following commits: 2c40bef <Antoine Pitrou> ARROW-2787: Fix Cython usage instructions