Thanks to visit codestin.com Credit goes to github.com
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 d318715 commit 01ae58dCopy full SHA for 01ae58d
1 file changed
Include/pyhash.h
@@ -16,7 +16,7 @@ PyAPI_FUNC(Py_hash_t) _Py_HashBytes(const void*, Py_ssize_t);
16
#define _PyHASH_MULTIPLIER 1000003UL /* 0xf4243 */
17
18
/* Parameters used for the numeric hash implementation. See notes for
19
- _Py_HashDouble in Objects/object.c. Numeric hashes are based on
+ _Py_HashDouble in Python/pyhash.c. Numeric hashes are based on
20
reduction modulo the prime 2**_PyHASH_BITS - 1. */
21
22
#if SIZEOF_VOID_P >= 8
0 commit comments