summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMehdi ABAAKOUK <sileht@sileht.net>2023-03-16 12:51:19 +0100
committerGitHub <noreply@github.com>2023-03-16 13:51:19 +0200
commit25e85e51e57b7aae9eb8fc77cfb0a45a07a501a7 (patch)
tree9b781b1b730dcd14bdfb10f0ba8a96c2866256f7 /.gitignore
parent91ab12a0f1bdf0e433131e1a51578e9fa2f89718 (diff)
downloadredis-py-25e85e51e57b7aae9eb8fc77cfb0a45a07a501a7.tar.gz
fix: replace async_timeout by asyncio.timeout (#2602)
async_timeout does not support python 3.11 https://github.com/aio-libs/async-timeout/pull/295 And have two years old annoying bugs: https://github.com/aio-libs/async-timeout/issues/229 https://github.com/redis/redis-py/issues/2551 Since asyncio.timeout has been shipped in python 3.11, we should start using it. Partially fixes 2551
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions