Skip to content

Add support for XXHash algos#719

Merged
DmitriyMusatkin merged 22 commits intomainfrom
more_algos
Feb 12, 2026
Merged

Add support for XXHash algos#719
DmitriyMusatkin merged 22 commits intomainfrom
more_algos

Conversation

@DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
Add support for XXHash algos

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

source/xxhash.c Outdated
}

if (aws_xxhash_update(hash, input)) {
PyErr_AwsLastError();
Copy link
Contributor

@jonathan343 jonathan343 Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this returning the exception instead?

Suggested change
PyErr_AwsLastError();
return PyErr_AwsLastError();

If so, it seems like this reveals a testing gap. Maybe we need to add a negative test case?

@DmitriyMusatkin DmitriyMusatkin merged commit d6ed76b into main Feb 12, 2026
66 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the more_algos branch February 12, 2026 18:06
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.

3 participants