Commits


Kouhei Sutou authored and Wes McKinney committed b16b88b8fbf
ARROW-4724: [C++][CI] Enable Python build and test in MinGW build We don't need to set PYTHONHOME and PHTHONPATH when we use libpython.dll from MSYS2 through python.exe but we need to set them when we use libpython.dll directly. Author: Kouhei Sutou <kou@clear-code.com> Closes #3869 from kou/cpp-mingw-test-python and squashes the following commits: aee1d2906 <Kouhei Sutou> Enable Python build and test in MinGW build