Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Objects/tupleobject.c
Co-authored-by: Chris Eibl <[email protected]>
  • Loading branch information
mdboom and chris-eibl authored Mar 26, 2025
commit da6fa30412056a477ad39be9dbd14906dbe32ceb
2 changes: 1 addition & 1 deletion Objects/tupleobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ tuple_repr(PyObject *self)
For the xxHash specification, see
https://github.com/Cyan4973/xxHash/blob/master/doc/xxhash_spec.md

The constants for the hard function are defined in pycore_tuple.h.
The constants for the hash function are defined in pycore_tuple.h.
*/

static Py_hash_t
Expand Down
Loading