diff options
author | Mohamed Koubaa <koubaa.m@gmail.com> | 2020-09-02 09:45:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 09:45:13 (GMT) |
commit | a7f026870d2dab7015a94e287bec6dd46cdbf604 (patch) | |
tree | 263cd31e17e80060ca2baafa988f9413850896da /Misc | |
parent | 749ed85e4446f548e22934931241f644a33d81ce (diff) | |
download | cpython-a7f026870d2dab7015a94e287bec6dd46cdbf604.zip cpython-a7f026870d2dab7015a94e287bec6dd46cdbf604.tar.gz cpython-a7f026870d2dab7015a94e287bec6dd46cdbf604.tar.bz2 |
bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)
Port the _blake2 extension module to the multi-phase
initialization API (PEP 489).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-08-13-07-18-05.bpo-1635741.FC13e7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-08-13-07-18-05.bpo-1635741.FC13e7.rst b/Misc/NEWS.d/next/Core and Builtins/2020-08-13-07-18-05.bpo-1635741.FC13e7.rst new file mode 100644 index 0000000..cdfee87 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-08-13-07-18-05.bpo-1635741.FC13e7.rst @@ -0,0 +1 @@ +Port the :mod:`_blake2` extension module to the multi-phase initialization API (:pep:`489`).
|