Jefffrey commented on PR #5566:
URL: https://github.com/apache/arrow-rs/pull/5566#issuecomment-2033036661
> We can wait until a future PR but I think this will need to get fixed
upstream at some point. I'm not sure there is any workaround we do other than
use `gil-refs`. Changing the pyo3 dependency (in the integration test) like
this:
>
> ```
> pyo3 = { version = "0.21", features = ["extension-module", "abi3-py38"] }
> ```
>
> will allow the issue to be reproduced.
Thanks for checking this :+1:
I'll add the `gil-refs` feature as part of this PR for now to mitigate
breaking downstream consumers
--
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]