Antoine Pitrou created ARROW-16062:
--------------------------------------
Summary: [Python] Move libarrow_python include definitions to
their own file
Key: ARROW-16062
URL: https://issues.apache.org/jira/browse/ARROW-16062
Project: Apache Arrow
Issue Type: Task
Components: Python
Reporter: Antoine Pitrou
Fix For: 8.0.0
Currently, the API declarations for {{libarrow_python.so}} are in
{{libarrow.pxd}} together with the {{libarrow.so}} inclusions. It would
probably make more sense to move them to a {{libarrow_python.pxd}} file.
Also, it seems some {{nogil}} declarations must be fixed for those APIs that
actually take/return a {{PyObject*}}, or depend on Python C APIs.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)