Bug report
Bug description:
The following properties on an IPv6Address don't match their IPv4Address counterparts when using an IPv6-mapped IPv4 address (ie ::ffff:<ipv4>):
- is_multicast
- is_reserved
- is_link_local
- is_global
- is_unspecified
Proposed fix is to make all properties use their IPv4Address values for IPv4-mapped addresses.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Bug report
Bug description:
The following properties on an
IPv6Addressdon't match theirIPv4Addresscounterparts when using an IPv6-mapped IPv4 address (ie::ffff:<ipv4>):Proposed fix is to make all properties use their
IPv4Addressvalues for IPv4-mapped addresses.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs