]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:46:40 +0000 (17:46 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 15:46:40 +0000 (15:46 +0000)
commita0287bf574e0b76892026ae7c8d4642fdbe872ec
tree3fbe5f44f8d91f8e577842d5579dfc75fa9a9cac
parent5511533f59b51cc2fd5e6dbf09a59def5c1e5cb5
[3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846)

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]