Commits


Giordon Stark authored and Antoine Pitrou committed b5fcbc6c125
ARROW-13085: [Python] Document compatible toolchains for python bindings This is a documentation-only PR that adds an additional note for users compibiling C++ extensions using the shared libraries bundled with the python package. Adding this note on the toolchain will help resolve (confusing?) segfaults that occur. Before (toolchain) change: - segfault when running the minimal cpp example After (toolchain) change: - no segfault when running the minimal cpp example Please see the linked JIRA for more details. Closes #10535 from kratsg/docs/pythonBindingExtensions Lead-authored-by: Giordon Stark <kratsg@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>