-
-
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
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!
Note: in general we don't need to update the branch, it wastes CI resources. I tend to do so only sparingly. |
Thanks @Rogdham for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit 2cc6de7) Co-authored-by: Rogdham <3994389+Rogdham@users.noreply.github.com>
GH-133629 is a backport of this pull request to the 3.14 branch. |
I only did so to sort out CI failures which would block merge. |
Sorry! I missed that, thanks. |
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.