]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 22 Jun 2025 14:59:57 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Jun 2025 14:59:57 +0000 (16:59 +0200)
commite7295a89b85df69f5d6a60ed50f78e1d8e636434
tree70240f509d4aa9134894ca15ba2972ec2c37106a
parentac9d37c60b7d10cb38fc9e5cb04e398dbc5bf2e5
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
Lib/test/test_hashlib.py
Modules/_hashopenssl.c
Modules/blake2module.c
Modules/hashlib.h
Modules/hmacmodule.c
Modules/md5module.c
Modules/sha1module.c
Modules/sha2module.c
Modules/sha3module.c