mroeschke opened a new issue, #50431: URL: https://github.com/apache/arrow/issues/50431
### Describe the enhancement requested Part of https://github.com/apache/arrow/issues/50398, `FlightError` in `python/pyarrow/_flight.pyx` is a cdef class that inherits from `Exception`. Cython currently doesn't support building with the Limited API for these types. It appears possible to maintain the same inheritance as a plan Python subclass and pull out the extension code into it's own cdef function. ### Component(s) Python -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
