]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 May 2025 03:14:10 +0000 (05:14 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 03:14:10 +0000 (03:14 +0000)
commit4e9248f685225b517d528d4bd3c5682067f6b505
tree476a3086c6f02c513684adc68309aeca35df0325
parent998991513b3300c3c6627857df92db81a40355c9
[3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134476)

gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)
(cherry picked from commit f3fc0c16e08b317cb201cf1073e934e6909f1251)

gh-134062: Fix hash collisions in IPv4Network and IPv6Network
gh-134062: Add hash collision regression test

Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS.d/next/Library/2025-05-15-14-27-01.gh-issue-134062.fRbJet.rst [new file with mode: 0644]