Commits


Joris Van den Bossche authored and GitHub committed a421314900c
GH-40376: [Python] Update for NumPy 2.0 ABI change in PyArray_Descr->elsize (#40418) ### Rationale for this change NumPy 2.0 is changing some ABI, see the issue description and https://github.com/numpy/numpy/pull/25946 for more details. The changes here should make our code compatible both with current numpy 1.x and future numpy 2.x * GitHub Issue: #40376 Lead-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Co-authored-by: Sebastian Berg <sebastianb@nvidia.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>