]> granicus.if.org Git - python/commitdiff
Note the resolution of issue 9778.
authorSkip Montanaro <skip@pobox.com>
Sun, 17 Oct 2010 22:22:24 +0000 (22:22 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 17 Oct 2010 22:22:24 +0000 (22:22 +0000)
Doc/whatsnew/3.2.rst

index 0d9b96884c18d4425b87b6fe8d669d790fd0416f..c16fe8741ac29cbd8fcccb354642bbea8d83515f 100644 (file)
@@ -606,6 +606,12 @@ Changes to Python's build process and to the C API include:
 
   (Contributed by Amaury Forgeot D'Arc; :issue:`9210`.)
 
+* Hash values are now values of a new type, Py_hash_t, which is defined to
+  be the same size as a pointer.  Previously they were of type long, which
+  on some 64-bit operating systems is still only 32 bits long.
+
+  (Contributed by Benjamin Peterson; :issue:`9778`.)
+
 
 Porting to Python 3.2
 =====================