You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 1515b91, superfasthash was replaced with murmurhash3.
You removed superfasthash.h and superfasthash.c, and added murmurhash3.h, but it seems to me that you forgot to add murmurhash3.c...
The text was updated successfully, but these errors were encountered:
Thanks, good catch! I didn't noticed this before because local tests were passing (murmurhash.c was not in VCS, but it was in a proper place locally so it gets included to sdist).
In commit 1515b91, superfasthash was replaced with murmurhash3.
You removed superfasthash.h and superfasthash.c, and added murmurhash3.h, but it seems to me that you forgot to add murmurhash3.c...
The text was updated successfully, but these errors were encountered: