Skip to content
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

Don't pass loop arg to asyncio.open_connection #214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarSoft
Copy link
Contributor

@MarSoft MarSoft commented Mar 31, 2022

Fix #212. Required for Python 3.10+.

Description

Please describe your pull request.

NOTE: All patches should be made against master!

If it fixes a bug or resolves a feature request be sure to link to that issue.
It is appreciated if you can make an issue before making a pull request.

@Alan-R
Copy link

Alan-R commented Aug 16, 2022

I have the same problem. Python 3.10.5 has a critical security fix. The lack of this patch is keeping me from securing my code. PLEASE incorporate this and put out a release ASAP.

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.

create_connection() got an unexpected keyword argument 'loop'
2 participants