Wes McKinney created ARROW-5000:
-----------------------------------
Summary: [Python] Fix deprecation warning from setup.py
Key: ARROW-5000
URL: https://issues.apache.org/jira/browse/ARROW-5000
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Affects Versions: 0.14.0
Reporter: Wes McKinney
I noticed on Python 3.7 today
{code}
Bundling includes: debug/include
setup.py:441: DeprecationWarning: SO is deprecated, use EXT_SUFFIX
suffix = sysconfig.get_config_var('SO')
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)