]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
authorChristian Heimes <christian@python.org>
Sun, 2 May 2021 07:47:45 +0000 (09:47 +0200)
committerGitHub <noreply@github.com>
Sun, 2 May 2021 07:47:45 +0000 (09:47 +0200)
commit91554e4c5ca3c762998296522f854a7166ba84f0
treeaa6e08eedef59c4a4d5c750ed60e5d463f05a4ad
parentfd0bc7e7f4f2c7de98a1ebc7ad1ef65b8f8f7ad6
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)

Signed-off-by: Christian Heimes <christian@python.org>
13 files changed:
Lib/test/test_hashlib.py
Lib/test/test_hmac.py
Lib/test/test_ssl.py
Modules/_blake2/blake2b_impl.c
Modules/_blake2/blake2s_impl.c
Modules/_hashopenssl.c
Modules/_sha3/sha3module.c
Modules/_ssl.c
Modules/_ssl/cert.c
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c