You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #45238 (comment)
Describe the enhancement requested
When bumping Cython to >= 3, on:
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:
#45238 (comment)
This can possibly be removed or simplified.
Basically:
arrow/python/pyarrow/includes/libarrow_python.pxd
Lines 264 to 269 in ef00568
and
arrow/python/pyarrow/lib.pxd
Lines 28 to 34 in ef00568
This is not strictly required for bumping the required version so it can be tackled as a separate issue.
Component(s)
Python
The text was updated successfully, but these errors were encountered: