-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.13 test failure: test_ip_address_ipv6_ipv4_mapped
#582
Comments
Hi there - thanks for reporting this. I believe this is a duplicate of #572 and will be fixed in the next release. Edit: unless this is a new issue from 3.13 we need to address? It looks like the other issue fixed a change in 6to4 addresses but this is affecting mapped addresses. Will have to investigate. |
I think this is a new issue. It affects a different test, and applying the patch from PR #573 does not help. |
Looks like this is caused by: |
I'm working on a fix, but have opened a cpython issue that I think might need to be addressed as well: python/cpython#123409 |
python/cpython#123409 is in process of being patched: python/cpython#123419 |
It looks like the CPython issue has been addressed and will be fixed in the next 3.13 release. I have committed some changes that should fix this issue and tests when the latest Python release comes out. |
In Fedora Rawhide (the development branch / "eternal alpha" version) we've recently updated to Python 3.13.0b4 pre-release. With this new version, the following test failure can be observed:
I'm fully aware that Python 3.13.0b4 is a pre-release, which makes testing difficult, so this issue will probably have to wait until the final 3.13.0 release. You can consider this a heads-up. ;-)
For reference, the Python 3.13 "what's new" page currently lists the following changes:
Sorry for not contributing a fix, but my Python knowledge doesn't really extend past FizzBuzz level.
The text was updated successfully, but these errors were encountered: