westonpace opened a new pull request, #34726:
URL: https://github.com/apache/arrow/pull/34726

   ### Rationale for this change
   
   Cython 3 has some breaking changes:
   
    * `&&` is no longer supported
    * `nogil` must appear at the end of the line
   
   In addition we had to work around a bug: 
https://github.com/cython/cython/issues/5333
   
   ### What changes are included in this PR?
   
   Minor changes to the cython code.
   
   ### Are these changes tested?
   
   No, and they probably should be at some point.  However, Cython 3 has not 
yet released and so it would be impractical to update our CI to run Cython 3 
until that happens.
   
   ### Are there any user-facing changes?
   
   No


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to