paleolimbot opened a new issue, #41326: URL: https://github.com/apache/arrow/issues/41326
### Describe the bug, including details regarding any error messages, version, and platform. When testing some nanoarrow things I ran into a crash doing this: ```python import pyarrow as pa arr = pa.array([(1, 2, 3)], pa.month_day_nano_interval()) arr.to_numpy(zero_copy_only=False) ``` I am not actually sure what this should return (that's a little what I was trying to find out!) ### 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org