]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136787: improve exception messages for invalid hash algorithms (#136802)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 20 Jul 2025 08:49:34 +0000 (10:49 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Jul 2025 08:49:34 +0000 (08:49 +0000)
commit6be49ee517258281357aa6846d2564bc5626b7ca
treedbba75cc753d8a4118db5d99a2f8036043f92d9d
parent800d37feca2e0ea3343995b3b817b653db2f9034
gh-136787: improve exception messages for invalid hash algorithms (#136802)
Lib/hashlib.py
Lib/hmac.py
Lib/test/test_hashlib.py
Lib/test/test_hmac.py
Misc/NEWS.d/next/Library/2025-07-20-10-21-49.gh-issue-136787._0Rbp_.rst [new file with mode: 0644]
Modules/_hashopenssl.c
Modules/hashlib.h
Modules/hmacmodule.c