]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Apr 2021 16:40:30 +0000 (18:40 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 16:40:30 +0000 (18:40 +0200)
commit665c7746fca180266b121183c2d5136c547006e0
tree208fbd2a6ac0b7bf001fd3fb09ac36884f967215
parente374a40afa09be728b01653a06c9febfad9c9c50
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)

The following types use Py_TPFLAGS_DISALLOW_INSTANTIATION flag:

* _md5.md5
* _sha1.sha1
* _sha256.sha224
* _sha256.sha256
* _sha512.sha384
* _sha512.sha512
Lib/test/test_hashlib.py
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c