raulcd opened a new issue, #45253: URL: https://github.com/apache/arrow/issues/45253
### Describe the enhancement requested When bumping Cython to >= 3, on: - https://github.com/apache/arrow/issues/45237 We noticed there's a couple of places where there are comments related to some code required in order to make it compatible with both Cython 2 and 3: https://github.com/apache/arrow/pull/45238#issuecomment-2587218405 Basically: https://github.com/apache/arrow/blob/ef0056860c9780410b9766539c1e02055be6591d/python/pyarrow/includes/libarrow_python.pxd#L264-L269 and https://github.com/apache/arrow/blob/ef0056860c9780410b9766539c1e02055be6591d/python/pyarrow/lib.pxd#L28-L34 This is not strictly required for bumping the required version so it can be tackled as a separate issue. ### Component(s) Python -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org