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 e7dfeeb commit 961aaf5Copy full SHA for 961aaf5
1 file changed
Doc/whatsnew/3.2.rst
@@ -606,6 +606,12 @@ Changes to Python's build process and to the C API include:
606
607
(Contributed by Amaury Forgeot D'Arc; :issue:`9210`.)
608
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
615
616
Porting to Python 3.2
617
=====================
0 commit comments