Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace async_timeout by asyncio.timeout #2602

Merged
merged 1 commit into from Mar 16, 2023

Commits on Mar 2, 2023

  1. fix: replace async_timeout by asyncio.timeout

    async_timeout does not support python 3.11
    aio-libs/async-timeout#295
    
    And have two years old annoying bugs:
    aio-libs/async-timeout#229
    redis#2551
    
    Since asyncio.timeout has been shipped in python 3.11, we should start
    using it.
    
    Partially fixes 2551
    sileht committed Mar 2, 2023
    Copy the full SHA
    d205cef View commit details
    Browse the repository at this point in the history