]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
authorMohamed Koubaa <koubaa.m@gmail.com>
Sun, 6 Sep 2020 10:09:51 +0000 (05:09 -0500)
committerGitHub <noreply@github.com>
Sun, 6 Sep 2020 10:09:51 +0000 (12:09 +0200)
commit63f102fe079ecb5cb7b921a1cf8bce4077a9d7e2
tree55496c20a4e8da0303a51474ff3b559108683e9f
parent5371a464ce88ffc88f3bb95cfd86f355b7d02953
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)

Port the _sha1, _sha512, and _md5 extension modules
to multi-phase initialization API (PEP 489).
Misc/NEWS.d/next/Core and Builtins/2020-08-10-16-11-32.bpo-1635741.O0d3ym.rst [new file with mode: 0644]
Modules/clinic/md5module.c.h
Modules/clinic/sha1module.c.h
Modules/clinic/sha512module.c.h
Modules/md5module.c
Modules/sha1module.c
Modules/sha512module.c