You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/09 08:26:47 UTC

[GitHub] [arrow] amol- commented on pull request #10684: ARROW-13239: [Python] [Doc] Expose signatures in pyx modules

amol- commented on pull request #10684:
URL: https://github.com/apache/arrow/pull/10684#issuecomment-877012408


   > Shell we include other directives too, similarly to [lib.pyx](https://github.com/apache/arrow/blob/master/python/pyarrow/lib.pyx#L18-L21)? Perhaps there is a way to set those globally from `setup.py`, though I'm not sure.
   
   That's an interesting idea, there might be a way to pass it as a compiler option, in general providing them to `Extension` is the way to go, but the fact that we use CMake to cythonize files is something I'm not much familiar with so I'd have to investigate a bit how to pass compiler options through CMake


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org