-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with Python 3.13 #2358
Comments
@bendk can i take this issue ? |
Sure, please do. |
@bendk Correct if i am wrong but from what i understand when the PR was created and looking up the background info i am given to understand that i should take these steps to track the issue.
|
I think you can do the same steps as the PR:
|
Oka i will start from header files. |
opening a PR |
@bendk PR submitted please let me know if there are any other changes too i have to make. |
Great! It looks good to me, but I'm just a user of the library. I don't have the power to approve the PR. Hopefully someone from facebook will. |
The Python code uses _Py_IsFinalizing, but that's been renamed to
Py_IsFinalizing
in Python 3.13. Here's an Apache Arrow issue and PR that explains the problem and how to fix it.The text was updated successfully, but these errors were encountered: