-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-132983: Remove pyzstd in identifiers #133535
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
base: main
Are you sure you want to change the base?
Conversation
Thanks @emmatyping for the explanation about the context, pinging you for review as suggested 🤗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just want to make sure we make these static since they are local to their translation unit (file).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test failure looks unrelated. Thanks for the PR!
The
_PyZstd_xxx
extern functions were leftover artifacts of the move from pyzstd to cpython.I have renamed them to the
_zstd_xxx
convention used for private functions.