Skip to content

[3.14] gh-136968: fortify macro usage in cryptographic modules (GH-136973) #137160

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

Closed
wants to merge 1 commit into from

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Jul 28, 2025

Macros used in cryptographic extension modules are partially rewritten to use static inline functions when possible to help code completion. (cherry picked from commit eefd70f)

…ythonGH-136973)

Macros used in cryptographic extension modules are partially rewritten
to use `static inline` functions when possible to help code completion.
(cherry picked from commit eefd70f)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app bedevere-app bot added skip news type-refactor Code refactoring (with no changes in behavior) labels Jul 28, 2025
@picnixz picnixz marked this pull request as ready for review July 28, 2025 09:32
@picnixz picnixz requested review from gpshead and tiran as code owners July 28, 2025 09:32
@picnixz picnixz self-assigned this Jul 28, 2025
@picnixz
Copy link
Member Author

picnixz commented Jul 28, 2025

I actually added the backports label because I feared conflicts. But... there will likely be conflicts because I moved hashlib helpers and this is something I don't want to backport to 3.14. So I'm actually not backporting this one.

@picnixz picnixz closed this Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review skip news type-refactor Code refactoring (with no changes in behavior)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant