]> granicus.if.org Git - python/commit
make hashes always the size of pointers; introduce Py_hash_t #9778
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 Oct 2010 20:54:53 +0000 (20:54 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 Oct 2010 20:54:53 +0000 (20:54 +0000)
commit8f67d0893f7170986b0ad370844318544270cbcc
tree4aec6cf093d4d042d18d1fadc3ce52765d32bd8d
parent6fb457526cef485d64f4f6744d81cae8c02032b3
make hashes always the size of pointers; introduce Py_hash_t #9778
31 files changed:
Doc/c-api/object.rst
Doc/c-api/typeobj.rst
Include/bytesobject.h
Include/datetime.h
Include/dictobject.h
Include/object.h
Include/pyport.h
Include/setobject.h
Include/unicodeobject.h
Include/weakrefobject.h
Misc/NEWS
Modules/_datetimemodule.c
Modules/_pickle.c
Objects/bytesobject.c
Objects/classobject.c
Objects/codeobject.c
Objects/complexobject.c
Objects/descrobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/methodobject.c
Objects/object.c
Objects/setobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Objects/weakrefobject.c
Python/bltinmodule.c
Python/ceval.c
Python/sysmodule.c