matthewdeng opened a new issue, #38535: URL: https://github.com/apache/arrow/issues/38535
### Describe the bug, including details regarding any error messages, version, and platform. **Version:** `pyarrow==13.0.0` **Repro script:** ```python import pyarrow.fs fs = pyarrow.fs.S3FileSystem() fs != None ``` **Output:** ``` [1] 77091 bus error python ``` I can do `fs is not None` as a workaround for now. ### 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]
