8000 bpo-27683: Fix a regression for ipaddress networks that hosts() result by zhangyangyu · Pull Request #6016 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-27683: Fix a regression for ipaddress networks that hosts() result #6016

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

Merged
merged 2 commits into from
Mar 21, 2018

Conversation

zhangyangyu
Copy link
Member
@zhangyangyu zhangyangyu commented Mar 7, 2018

is empty when the network is constructed by a tuple containing an integer
mask and only 1 bit left for addresses.

https://bugs.python.org/issue27683

is empty when the network is constructed by a tuple containing an integer
mask and only 1 bit left for addresses.
@zhangyangyu zhangyangyu merged commit 10b134a into python:master Mar 21, 2018
@miss-islington
Copy link
Contributor

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

@zhangyangyu zhangyangyu deleted the issue27683 branch March 21, 2018 00:25
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 21, 2018
…ythonGH-6016)

The result of host() was not empty when the network is constructed by a tuple containing an
integer mask and only 1 bit left for addresses.
(cherry picked from commit 10b134a)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
@bedevere-bot
Copy link

GH-6168 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 Mar 21, 2018
…ythonGH-6016)

The result of host() was not empty when the network is constructed by a tuple containing an
integer mask and only 1 bit left for addresses.
(cherry picked from commit 10b134a)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
@bedevere-bot
Copy link

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

miss-islington added a commit that referenced this pull request Mar 21, 2018
…H-6016)

The result of host() was not empty when the network is constructed by a tuple containing an
integer mask and only 1 bit left for addresses.
(cherry picked from commit 10b134a)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
miss-islington added a commit that referenced this pull request Mar 21, 2018
…H-6016)

The result of host() was not empty when the network is constructed by a tuple containing an
integer mask and only 1 bit left for addresses.
(cherry picked from commit 10b134a)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
jo2y pushed a commit to jo2y/cpython that referenced this pull request Mar 23, 2018
…ythonGH-6016)

The result of host() was not empty when the network is constructed by a tuple containing an
integer mask and only 1 bit left for addresses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0