Skip to content

bpo-27500: Fix sttaic ver of getaddrinfo to resolve IPv6 addresses#7993

Merged
1st1 merged 4 commits into
python:masterfrom
1st1:fixaf6
Jun 29, 2018
Merged

bpo-27500: Fix sttaic ver of getaddrinfo to resolve IPv6 addresses#7993
1st1 merged 4 commits into
python:masterfrom
1st1:fixaf6

Conversation

@1st1

@1st1 1st1 commented Jun 28, 2018

Copy link
Copy Markdown
Member

@1st1 1st1 closed this Jun 28, 2018
@1st1 1st1 reopened this Jun 28, 2018

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Be carefully of the typo in the commit message: "bpo-27500: Fix sttaic ver of getaddrinfo..."

srv.close()
self.loop.run_until_complete(srv.wait_closed())

@unittest.skipUnless(hasattr(socket, 'AF_INET6'), 'no IPv6 support')

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might use support.IPV6_ENABLED

@1st1 1st1 merged commit d904c23 into python:master Jun 29, 2018
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @1st1 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@1st1 1st1 deleted the fixaf6 branch June 29, 2018 01:59
@bedevere-bot

Copy link
Copy Markdown

GH-8000 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 29, 2018
…H-7993)

(cherry picked from commit d904c23)

Co-authored-by: Yury Selivanov <yury@magic.io>
@bedevere-bot

Copy link
Copy Markdown

GH-8001 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 29, 2018
…H-7993)

(cherry picked from commit d904c23)

Co-authored-by: Yury Selivanov <yury@magic.io>
@1st1

1st1 commented Jun 29, 2018

Copy link
Copy Markdown
Member Author

Thanks for a review, Victor!

miss-islington added a commit that referenced this pull request Jun 29, 2018
(cherry picked from commit d904c23)

Co-authored-by: Yury Selivanov <yury@magic.io>
miss-islington added a commit that referenced this pull request Jun 29, 2018
(cherry picked from commit d904c23)

Co-authored-by: Yury Selivanov <yury@magic.io>

@asvetlov asvetlov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm late but lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants