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

Skip to content

Commit 961aaf5

Browse files
author
Skip Montanaro
committed
Note the resolution of issue 9778.
1 parent e7dfeeb commit 961aaf5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,12 @@ Changes to Python's build process and to the C API include:
606606

607607
(Contributed by Amaury Forgeot D'Arc; :issue:`9210`.)
608608

609+
* Hash values are now values of a new type, Py_hash_t, which is defined to
610+
be the same size as a pointer. Previously they were of type long, which
611+
on some 64-bit operating systems is still only 32 bits long.
612+
613+
(Contributed by Benjamin Peterson; :issue:`9778`.)
614+
609615

610616
Porting to Python 3.2
611617
=====================

0 commit comments

Comments
 (0)