gusostow opened a new issue, #38626: URL: https://github.com/apache/arrow/issues/38626
### Describe the bug, including details regarding any error messages, version, and platform. ``` # example.py import atexit def exit(): import pyarrow atexit.register(exit) ``` ``` python example.py [1] 2741781 segmentation fault (core dumped) python example.py ``` Versions ``` libarrow 13.0.0 h3b6bca8_14_cpu conda-forge pandas 2.1.2 pypi_0 pypi pyarrow 13.0.0 pypi_0 pypi python 3.11.6 hab00c5b_0_cpython conda-forge python_abi 3.11 4_cp311 conda-forge ``` ### 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]
