summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorRavi Teja P <rvteja92@gmail.com>2020-06-29 17:39:29 (GMT)
committerGitHub <noreply@github.com>2020-06-29 17:39:29 (GMT)
commitb30ee26e366bf509b7538d79bfec6c6d38d53f28 (patch)
tree83f94a2f45115a972cecf8eba556de4bfa03235a /Objects
parenta3ad95dd2176b529fb6a9f763955b5cc1b499dbb (diff)
downloadcpython-b30ee26e366bf509b7538d79bfec6c6d38d53f28.zip
cpython-b30ee26e366bf509b7538d79bfec6c6d38d53f28.tar.gz
cpython-b30ee26e366bf509b7538d79bfec6c6d38d53f28.tar.bz2
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
The __hash__() methods of classes IPv4Interface and IPv6Interface had issue of generating constant hash values of 32 and 128 respectively causing hash collisions. The fix uses the hash() function to generate hash values for the objects instead of XOR operation
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions