[
https://issues.apache.org/jira/browse/ARROW-15227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467058#comment-17467058
]
Eduardo Ponce commented on ARROW-15227:
---------------------------------------
[~apitrou] actually referring to Cython bindings, [here is an
example|https://github.com/apache/arrow/blob/master/python/pyarrow/includes/libarrow.pxd#L736-L739]
where some methods are declared correctly as {{const}} and others are missing
it.
> [Python] Verify Python bindings constness and default values
> ------------------------------------------------------------
>
> Key: ARROW-15227
> URL: https://issues.apache.org/jira/browse/ARROW-15227
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Eduardo Ponce
> Priority: Minor
> Labels: good-first-issue
> Fix For: 7.0.0
>
>
> Some methods in Python bindings do not have the {{const}} attribute as in
> C++. We need to verify that they match C++ methods in terms of constness and
> default values.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)