]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Move private _PyHash API to the internal C API (#107026)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 13:49:37 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 13:49:37 +0000 (13:49 +0000)
commit89f987544860d1360e6232b6f52b8ced92a4d690
tree907da00214a5c77ab33084321a66cc936798642f
parent756add081ead8fa9aeb11ac178e581ba2450f296
gh-106320: Move private _PyHash API to the internal C API (#107026)

* No longer export most private _PyHash symbols, only export the ones
  which are needed by shared extensions.
* Modules/_xxtestfuzz/fuzzer.c now uses the internal C API.
Include/internal/pycore_pyhash.h
Include/pyhash.h
Modules/_elementtree.c
Modules/_hashopenssl.c
Modules/_xxtestfuzz/fuzzer.c
Modules/pyexpat.c
Python/hashtable.c
Python/pyhash.c