Commits


Alex Sergeev authored and Wes McKinney committed 0289af23a78
ARROW-5130: [C++][Python] Limit exporting of std::* symbols This patch addresses the incompatibility of `pyarrow` and `tensorflow` wheels provided by Google. It has been tested with: ```python import pyarrow import tensorflow ``` As well as more complicated examples such as https://github.com/horovod/horovod/blob/master/examples/keras_spark_rossmann.py which uses PyArrow + Petastorm to read the data. Fixes https://issues.apache.org/jira/browse/ARROW-5130 Author: Alex Sergeev <asergeev@uber.com> Closes #4232 from alsrgv/simple_symbols and squashes the following commits: b82e32036 <Alex Sergeev> Add *std::__once_call* to excluded symbols 21ecb9eb4 <Alex Sergeev> Add __once_proxy to excluded symbols 54de31c6c <Alex Sergeev> Limit exporting of std::* symbols