]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 15:50:40 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 15:50:40 +0000 (15:50 +0000)
commit24404494fb4113dba590e601b3bf026c9902927e
treedfd14af624a0b2f58cfcd98fae54ac480478f0f6
parentafb5221b3d4d70380063b6694044ea84a94db19c
[3.14] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134845)

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836)
(cherry picked from commit d83576bf48d07d5e29d5d171c4e25afb048622aa)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS.d/next/Library/2025-05-28-15-53-27.gh-issue-128840.Nur2pB.rst [new file with mode: 0644]