We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75abaed commit 92b6eb4Copy full SHA for 92b6eb4
1 file changed
Objects/tupleobject.c
@@ -363,6 +363,9 @@ tuple_repr(PyObject *self)
363
https://github.com/Cyan4973/xxHash/blob/master/doc/xxhash_spec.md
364
365
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.
369
*/
370
371
static Py_hash_t
0 commit comments