commit | bbe7497c5a44c2b4ec726605cf5a9086ba02daf1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Oct 13 15:22:35 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Oct 13 15:22:35 2021 +0200 |
tree | 87e8aa9ffd1b9da84a8ea6e9a44279fcb463acc9 | |
parent | a8b9350964f43cb648c98c179c8037fbf3ff8a7d [diff] |
bpo-45434: Remove pystrhex.h header file (GH-28923) Move Include/pystrhex.h to Include/internal/pycore_strhex.h. The header file only contains private functions. The following C extensions are now built with Py_BUILD_CORE_MODULE macro defined to get access to the internal C API: * _blake2 * _hashopenssl * _md5 * _sha1 * _sha3 * _ssl * binascii