]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24...
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2020 21:46:54 +0000 (16:46 -0500)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 21:46:54 +0000 (16:46 -0500)
commit411555075401aa831a2228196c2d8f9a54b6f577
tree7e000c992c296aff47a40b34d0df354cbb7580ea
parent0d1d7c8bae3f9fe9e937d2931dcbbd3555d1a9f1
[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19373)

(cherry picked from commit 1b21573)

Co-authored-by: Batuhan Taşkaya <batuhanosmantaskaya@gmail.com>
Python/pyhash.c