]> granicus.if.org Git - python/commit
Rework tuple hash tests. (GH-10161)
authorTim Peters <tim.peters@gmail.com>
Fri, 8 Feb 2019 21:09:26 +0000 (15:09 -0600)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 8 Feb 2019 21:09:26 +0000 (13:09 -0800)
commit7ab3d1573c123fdd582a239d01f8475651df38f2
tree5304e087b566e0750c67285240188b9fb77eea4a
parent5741c45acf9b0ce22ff0dbf56322fe0ff16cfcfc
Rework tuple hash tests. (GH-10161)

Add tooling that will useful in future updates, paying particular attention to difficult cases where only the upper bits on the input vary.
Lib/test/support/__init__.py
Lib/test/test_tuple.py