Skip to content

Don't raise "requires a DNS lookup" error on Unix Domain Socket #204

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 1 commit into from
Oct 18, 2018
Merged

Don't raise "requires a DNS lookup" error on Unix Domain Socket #204

merged 1 commit into from
Oct 18, 2018

Conversation

pax0r
Copy link
Contributor

@pax0r pax0r commented Oct 13, 2018

This fixes #196

f = self.loop.create_datagram_endpoint(
lambda: MyDatagramProto(loop=self.loop), sock=sock)
except TypeError as ex:
# asyncio in 3.5.0 doesn't have the 'sock' argument
Copy link
Member

Choose a reason for hiding this comment

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

Better to simply skip this test under 3.5.

@1st1 1st1 merged commit 64b7911 into MagicStack:master Oct 18, 2018
@1st1
Copy link
Member

1st1 commented Oct 18, 2018

Thank you!

@1st1
Copy link
Member

1st1 commented Oct 31, 2018

Released in uvloop v0.11.3.

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.

UVLoop raises "requires a DNS lookup" on Unix Domain Sockets
2 participants