Describe the enhancement requested
It would be great to have pyarrow ab3 (non-freethreading) wheels to reduce the amount of wheels shipped with a pyarrow release.
From an agent driven analysis, it appears this would require:
- Change (AFAICT) internals to use more Limited API calls or equivalent APIs
- Building with Numpy >= 2.0
- Setting an abi3 floor to 3.11 (
0x030B0000) to support buffer protocol features
Happy to open pull requests (generally in that order of the list) to work towards this enhancement
Component(s)
Packaging
Describe the enhancement requested
It would be great to have pyarrow ab3 (non-freethreading) wheels to reduce the amount of wheels shipped with a pyarrow release.
From an agent driven analysis, it appears this would require:
0x030B0000) to support buffer protocol featuresHappy to open pull requests (generally in that order of the list) to work towards this enhancement
Component(s)
Packaging