commit | 93d50a6a8d0c5d332c11aef267e66573a09765ac | [log] [tgz] |
---|---|---|
author | Mohamed Koubaa <koubaa.m@gmail.com> | Wed Sep 02 04:55:19 2020 -0500 |
committer | GitHub <noreply@github.com> | Wed Sep 02 11:55:19 2020 +0200 |
tree | 0e6637949fe58b0a4ce26e15faac1912bb8e2d40 | |
parent | a7f026870d2dab7015a94e287bec6dd46cdbf604 [diff] |
bpo-1635741: Port _sha3 module to multi-phase init (GH-21855) Port the _sha3 extension module to multi-phase init (PEP 489). Convert static types to heap types.