commit | 665c7746fca180266b121183c2d5136c547006e0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Apr 30 18:40:30 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 30 18:40:30 2021 +0200 |
tree | 208fbd2a6ac0b7bf001fd3fb09ac36884f967215 | |
parent | e374a40afa09be728b01653a06c9febfad9c9c50 [diff] |
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