summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-29 18:15:32 (GMT)
committerGitHub <noreply@github.com>2020-06-29 18:15:32 (GMT)
commit9a646aa82dfa62d70ca2a99ada901ee6cf9f82bd (patch)
tree24e9b299aa1fe79a5f68886bdaf2fd43d9cbfbd2 /.gitignore
parent990efe0fff749773887a50cb1ecb2c5d09263cf8 (diff)
downloadcpython-9a646aa82dfa62d70ca2a99ada901ee6cf9f82bd.zip
cpython-9a646aa82dfa62d70ca2a99ada901ee6cf9f82bd.tar.gz
cpython-9a646aa82dfa62d70ca2a99ada901ee6cf9f82bd.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 (cherry picked from commit b30ee26e366bf509b7538d79bfec6c6d38d53f28) Co-authored-by: Ravi Teja P <rvteja92@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions