]> granicus.if.org Git - python/commit
Consolidate the occurrances of the prime used as the multiplier when hashing
authorGregory P. Smith <greg@krypto.org>
Sat, 14 Jan 2012 23:31:34 +0000 (15:31 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 14 Jan 2012 23:31:34 +0000 (15:31 -0800)
commit63e6c3222f563cfb156de6e92199e9e35ad5d832
treeaf145dbe59f9ec446a9892e94064bf6b989c4086
parent515687a7eda26d733c747e08205a1d861bc70673
Consolidate the occurrances of the prime used as the multiplier when hashing
to a single #define instead of having several copies in several files.

This excludes the Modules/ tree (datetime and expat both have a copy
for their own purposes with no need for it to be the same).
Include/pyport.h
Objects/bytesobject.c
Objects/tupleobject.c
Objects/unicodeobject.c