Commit 4d189cb
committed
fix(.pyi): xxh64 is a separate C type, not an alias for xxh3_64
xxh64 uses the classic XXH64 algorithm (XXH64_state_t) while xxh3_64
uses the XXH3 algorithm. The .pyi incorrectly declared them as type
aliases, lying to type checkers. xxh128 = xxh3_128 remains correct,
that's a real Python-level alias.1 parent 8114fd1 commit 4d189cb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | | - | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments