kylebarron commented on issue #34906:
URL: https://github.com/apache/arrow/issues/34906#issuecomment-1507452810

   It may be the same bug, but a really simple repro of this for me is 
tab-completion on an empty reader object.
   ```
   > python
   Python 3.11.1 (main, Jan 27 2023, 14:02:47) [Clang 14.0.0 
(clang-1400.0.29.202)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pyarrow as pa
   >>> reader = pa.RecordBatchReader()
   >>> reader.[1]    84350 segmentation fault  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]

Reply via email to