]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34751: improved hash function for tuples (GH-9471)
authorjdemeyer <jdemeyer@cage.ugent.be>
Sun, 28 Oct 2018 00:06:38 +0000 (02:06 +0200)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 28 Oct 2018 00:06:38 +0000 (20:06 -0400)
commitaeb1be5868623c9cd9cf6d7de3015a43fb005815
tree8a4254e9e0077067e9d58525d3a8c8897a20aced
parent53125a53f483db0af76249b6af6efcdc200eb421
bpo-34751: improved hash function for tuples (GH-9471)
Lib/test/test_tuple.py
Misc/NEWS.d/next/Core and Builtins/2018-09-20-15-41-58.bpo-34751.Yiv0pV.rst [new file with mode: 0644]
Objects/tupleobject.c