Don't open connection with loop for python 3.10#208
Don't open connection with loop for python 3.10#208mdczaplicki wants to merge 2 commits intoNoneGG:masterfrom
Conversation
|
PR is alive? @NoneGG could you please check? Python 3.10 is stable now, but aredis is the showstopper... :( |
Originally posted in NoneGG/aredis#208
|
@alvassin / @mdczaplicki if you're interested I've forked this repo to https://github.com/alisaifee/coredis and this change is available in |
|
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? |
@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 |
Description
Make aredis not pass
loopto 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
#207