Home
last modified time | relevance | path

Searched refs:NHASHBITS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_tuple.py110 expected = e32 if support.NHASHBITS == 32 else e64
170 NHASHBITS = support.NHASHBITS
172 tryone_inner(tag + f"; {NHASHBITS}-bit hash codes",
173 1 << NHASHBITS,
175 native32 if NHASHBITS == 32 else native64,
178 if NHASHBITS > 32:
179 shift = NHASHBITS - 32
/third_party/python/Lib/test/support/
H A D__init__.py1989 NHASHBITS = sys.hash_info.width # number of bits in hash() result variable
1990 assert NHASHBITS in (32, 64)

Completed in 5 milliseconds