Describe the enhancement requested
#47396 will bump minimum required Cython version to 3.1 and as a follow-up we should evaluate and adopt newly available features and bugfixes in PyArrow's Cython codebase. See https://cython.readthedocs.io/en/latest/src/changes.html#beta-1-2025-04-03
Some are already mentioned in the issue #47370:
- The cython command has a new option
--cache to cache generated files. (#6091) std::span declarations were added to libcpp. (#6539)std::string_view declarations were added to libcpp. (#6651)
Component(s)
Python
Describe the enhancement requested
#47396 will bump minimum required Cython version to 3.1 and as a follow-up we should evaluate and adopt newly available features and bugfixes in PyArrow's Cython codebase. See https://cython.readthedocs.io/en/latest/src/changes.html#beta-1-2025-04-03
Some are already mentioned in the issue #47370:
--cacheto cache generated files. (#6091)std::spandeclarations were added to libcpp. (#6539)std::string_viewdeclarations were added to libcpp. (#6651)Component(s)
Python