Skip to content

Fix new 3.14 C API deprecation for _Py_HashPointer #2602

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented May 9, 2025

Addresses a Python C API Deprecation listed in #2588

_Py_HashPointer is currently an alias for Py_HashPointer kept temporarily for backwards compatibility. So this should be safe.

// Kept for backward compatibility
#define _Py_HashPointer Py_HashPointer

@Avasam Avasam mentioned this pull request May 9, 2025
7 tasks
@Avasam Avasam requested a review from mhammond May 30, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant