Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a more explicit check and an explanation comment to check.py #9

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

dnicolodi
Copy link
Owner

Apparently this package made it to platforms where the CPython internal hashing is neither Sip Hash 13 or 24. The comment should be enough to understand why the simple check.py smoke test fails there.

Fixes #8.

Apparently this package made it to platforms where the CPython
internal hashing is neither Sip Hash 13 or 24. The comment should be
enough to understand why the simple check.py smoke test fails there.

Fixes #8.
@dnicolodi dnicolodi merged commit ca33ed7 into master Oct 15, 2024
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check.py fails on systems where sys.hash_info.algorithm == fnv
1 participant