aredis
aredis copied to clipboard
Don't pass loop arg to asyncio.open_connection
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.
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.