Skip to content

Commit 9b6e628

Browse files
authored
Update Objects/longobject.c
1 parent c6e060d commit 9b6e628

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Objects/longobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3692,6 +3692,7 @@ long_hash(PyObject *obj)
36923692
x += v->long_value.ob_digit[i];
36933693
assert(x < PyHASH_MODULUS);
36943694
#endif
3695+
36953696
while (--i >= 0) {
36963697
/* Here x is a quantity in the range [0, _PyHASH_MODULUS); we
36973698
want to compute x * 2**PyLong_SHIFT + v->long_value.ob_digit[i] modulo

0 commit comments

Comments
 (0)