]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136968: fortify macro usage in cryptographic modules (#136973)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 28 Jul 2025 07:36:15 +0000 (09:36 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Jul 2025 07:36:15 +0000 (07:36 +0000)
commiteefd70f0ed51e46fa9ff3d465dcf977bd4af28de
treea99398cdb3becd7425d0be1616689dfc86ba1b7e
parent4e40f2bea7edfa5ba7e2e0e6159d9da9dfe4aa97
gh-136968: fortify macro usage in cryptographic modules (#136973)

Macros used in cryptographic extension modules are partially rewritten
to use `static inline` functions when possible to help code completion.
Modules/_hashopenssl.c
Modules/hashlib.h
Modules/hmacmodule.c