]> granicus.if.org Git - python/commit
Fix SF bug #689659, 64-bit int and long hash keys incompatible
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 23:11:41 +0000 (23:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 23:11:41 +0000 (23:11 +0000)
commitd5a65a77cfdd81ad6945195c88e367fcd9f709c2
treeada89cc09c6e26fe8cc9f402840c738cc185bcd7
parent97e3f0060c2607ca784a1895e7eb01cda5751eb6
Fix SF bug #689659, 64-bit int and long hash keys incompatible

On a 64-bit machine, a dictionary could contain duplicate int/long keys
if the value was > 2**32.
Lib/test/test_types.py
Misc/NEWS
Objects/longobject.c