jorisvandenbossche commented on issue #38626: URL: https://github.com/apache/arrow/issues/38626#issuecomment-1802057449
General cpython issue about issues with threads in finalization: https://github.com/python/cpython/issues/80657 (cc @pitrou) We do have some protection around acquiring the GIL here, but so that is not sufficient: https://github.com/apache/arrow/blob/e62ec62e40b04b0bfce76d58369845d3aa96a419/python/pyarrow/src/arrow/python/common.h#L227-L235 -- 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]
