AlenkaF commented on issue #47823: URL: https://github.com/apache/arrow/issues/47823#issuecomment-3424848374
Thank you for opening up the issue @p-vdp ! We do not yet support Python 3.15 but it's very helpful to get this kind of feedback early. The substitute for `PyWeakref_GET_OBJECT` will be [`PyWeakref_GetRef`](https://docs.python.org/3/c-api/weakref.html#c.PyWeakref_GetRef) which was added in 3.13. We will need a solution that works for all supported Python versions (currently `3.10` to `3.14`). -- 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]
