aredis
aredis copied to clipboard
Don't open connection with loop for python 3.10
Description
Make aredis not pass loop to asyncio function that don't accept it anymore.
https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.open_connection https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.open_unix_connection
https://github.com/NoneGG/aredis/issues/207
PR is alive? @NoneGG could you please check? Python 3.10 is stable now, but aredis is the showstopper... :(
@alvassin / @mdczaplicki if you're interested I've forked this repo to https://github.com/alisaifee/coredis and this change is available in [email protected]
Maintainer @NoneGG , merging this PR is required for aredis to work at all on Python 3.10. If you're available, a merge & release to PyPI would be greatly appreciated.
In the meantime, I note that NoneGG has zero commit activity on GitHub since Oct 2020 (about 1.5 years ago)...
Are there any other maintainers for this project?
Are there any other maintainers for this project?
@davidfstr coredis (which was forked from aredis) is being actively developed and works with Python 3.10. There are some details about the divergence and backward compatibility here