aio-libs-abandoned / aioredis-py

asyncio (PEP 3156) Redis support
https://aioredis.readthedocs.io/
MIT License
2.3k stars 336 forks source link

Fix Python 3.11 error #1490

Open youknowone opened 1 year ago

youknowone commented 1 year ago

What do these changes do?

Fix TypeError: duplicate base class TimeoutError from Python 3.11

Are there changes in behavior for the user?

No (unless users distinguish asyncio.TimeoutError and builtins.TimeoutError)

Related issue number

Fix #1489

Checklist

youknowone commented 1 year ago

Any advice for mypy failure?