Skip to content

gh-155836: Fix IPv6Address.reverse_pointer for addresses with a scope id - #155837

Open
tonghuaroot wants to merge 1 commit into
python:mainfrom
tonghuaroot:fix-ipv6-reverse-pointer-scope
Open

gh-155836: Fix IPv6Address.reverse_pointer for addresses with a scope id#155837
tonghuaroot wants to merge 1 commit into
python:mainfrom
tonghuaroot:fix-ipv6-reverse-pointer-scope

Conversation

@tonghuaroot

@tonghuaroot tonghuaroot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

_reverse_pointer derives from self.exploded, which since gh-88178
carries the %scope_id suffix. Strip the scope id before building the
pointer so it is not spliced into the reversed nibbles.

… scope id

_reverse_pointer derives from self.exploded, which since pythongh-88178 carries
the %scope_id suffix. Strip the scope id before building the pointer so it
is not spliced into the reversed nibbles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant