]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)
authorMohamed Koubaa <koubaa.m@gmail.com>
Wed, 2 Sep 2020 09:45:13 +0000 (04:45 -0500)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 09:45:13 +0000 (11:45 +0200)
commita7f026870d2dab7015a94e287bec6dd46cdbf604
tree263cd31e17e80060ca2baafa988f9413850896da
parent749ed85e4446f548e22934931241f644a33d81ce
bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)

Port the _blake2 extension module to the multi-phase
initialization API (PEP 489).
Misc/NEWS.d/next/Core and Builtins/2020-08-13-07-18-05.bpo-1635741.FC13e7.rst [new file with mode: 0644]
Modules/_blake2/blake2b_impl.c
Modules/_blake2/blake2module.c
Modules/_blake2/blake2s_impl.c