commit | 89f987544860d1360e6232b6f52b8ced92a4d690 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sat Jul 22 15:49:37 2023 +0200 |
committer | GitHub <noreply@github.com> | Sat Jul 22 13:49:37 2023 +0000 |
tree | 907da00214a5c77ab33084321a66cc936798642f | |
parent | 756add081ead8fa9aeb11ac178e581ba2450f296 [diff] |
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.