Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132983: Make _zstd C code PEP 7 compliant#134605
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
973b8f6
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@emmatyping for the PR, and@gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Make _zstd C code PEP 7 compliant(cherry picked from commit973b8f6)Co-authored-by: Emma Smith <emma@emmatyping.dev>
GH-134609 is a backport of this pull request to the3.14 branch. |
bedevere-bot commentedMay 24, 2025
|
Uh oh!
There was an error while loading.Please reload this page.
Mostly just making sure things are under 80 characters and fixing a few incorrectly placed left braces. I also removed
const
from instances of_zstd_state* const mod_state
since a) it was making some lines go over 80 characters b) it is unnecessary and c) it better matches the CPython style.This is the final todo left in#132983 🎉