Skip to content

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

Merged
merged 3 commits into from
May 8, 2025

Conversation

Rogdham
Copy link
Contributor

@Rogdham Rogdham commented May 6, 2025

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.

@python-cla-bot
Copy link

python-cla-bot bot commented May 6, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@Rogdham Rogdham marked this pull request as ready for review May 6, 2025 20:04
@Rogdham
Copy link
Contributor Author

Rogdham commented May 6, 2025

Thanks @emmatyping for the explanation about the context, pinging you for review as suggested 🤗

Copy link
Member

@emmatyping emmatyping left a 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).

Copy link
Member

@emmatyping emmatyping left a 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!

@AA-Turner
Copy link
Member

Note: in general we don't need to update the branch, it wastes CI resources. I tend to do so only sparingly.

@AA-Turner AA-Turner merged commit 2cc6de7 into python:main May 8, 2025
38 checks passed
@AA-Turner AA-Turner added the needs backport to 3.14 bugs and security fixes label May 8, 2025
@miss-islington-app
Copy link

Thanks @Rogdham for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 8, 2025
(cherry picked from commit 2cc6de7)

Co-authored-by: Rogdham <3994389+Rogdham@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented May 8, 2025

GH-133629 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label May 8, 2025
@emmatyping
Copy link
Member

Note: in general we don't need to update the branch, it wastes CI resources. I tend to do so only sparingly.

I only did so to sort out CI failures which would block merge.

@AA-Turner
Copy link
Member

Sorry! I missed that, thanks.

@Rogdham Rogdham deleted the remove-pyzstd-in-identifiers branch May 8, 2025 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants