]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Jun 2025 14:25:28 +0000 (16:25 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Jun 2025 14:25:28 +0000 (16:25 +0200)
commitfcf3ea0f99c0c63d25651423253ce5556e89b0bc
tree222a6aa03e4de8ff0fdd03806e1aacb69c2d4474
parent3217780bbe978ba0d1cde76f44e99d14dc29770e
[3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-134847)

(cherry picked from commit d83576bf48d07d5e29d5d171c4e25afb048622aa)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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]