commit | 63f102fe079ecb5cb7b921a1cf8bce4077a9d7e2 | [log] [tgz] |
---|---|---|
author | Mohamed Koubaa <koubaa.m@gmail.com> | Sun Sep 06 05:09:51 2020 -0500 |
committer | GitHub <noreply@github.com> | Sun Sep 06 12:09:51 2020 +0200 |
tree | 55496c20a4e8da0303a51474ff3b559108683e9f | |
parent | 5371a464ce88ffc88f3bb95cfd86f355b7d02953 [diff] |
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).