Skip to content

Commit 92b6eb4

Browse files
committed
Add comment
1 parent 75abaed commit 92b6eb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Objects/tupleobject.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ tuple_repr(PyObject *self)
363363
https://github.com/Cyan4973/xxHash/blob/master/doc/xxhash_spec.md
364364
365365
The constants for the hash function are defined in pycore_tuple.h.
366+
367+
If you update this code, update also frozendict_pair_hash() which copied
368+
this code.
366369
*/
367370

368371
static Py_hash_t

0 commit comments

Comments
 (0)