]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)
authorMike Salvatore <mike.s.salvatore@gmail.com>
Thu, 22 May 2025 02:48:10 +0000 (22:48 -0400)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 02:48:10 +0000 (19:48 -0700)
commitf3fc0c16e08b317cb201cf1073e934e6909f1251
treed033d8f5e9263acdb99c0890c2b3f68d502dd1f9
parent518c95b5529ed3379b5a3065b09f71411efe72fb
gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)

gh-134062: Fix hash collisions in IPv4Network and IPv6Network
gh-134062: Add hash collision regression test
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]