]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 May 2025 03:34:22 +0000 (05:34 +0200)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 03:34:22 +0000 (20:34 -0700)
commitd02823e8c45c735004d5f5902d295f5ec5fab171
tree496f80d45b1251dd906bc974b13b1b1d95e3e175
parent4398b788ffc1f954a2c552da285477d42a571292
[3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134478)

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]