]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix UCNs machine with >= 32bit longs
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 26 Jul 2000 03:56:06 +0000 (03:56 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 26 Jul 2000 03:56:06 +0000 (03:56 +0000)
commit4d6381dfee85cdf0ef1a8172ec07619337ab960a
treef5be81b4945802b1fc88516705be1525aa779d0e
parent1962fb59f3604c81459af4600820a220c54d5e6a
Fix UCNs machine with >= 32bit longs
originally submitted by Bill Tutt

Note: This code is actually going to be replaced in 2.0 by /F's new
database.  Until then, this patch keeps the test suite working.
Modules/ucnhash.c
Tools/perfecthash/GenUCNHash.py
Tools/perfecthash/perfect_hash.py
Tools/perfecthash/perfhash.c