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: do not use asyncio's timeout lib before 3.11.2 #2659

Merged
merged 1 commit into from
Mar 27, 2023

Commits on Mar 23, 2023

  1. fix: do not use asyncio's timeout lib before 3.11.2

    There's an issue in asyncio's timeout lib before 3.11.3 that causes
    async calls to raise `CancelledError`.
    
    This is a cpython issue that was fixed in this commit [1] and
    cherry-picked to previous versions, meaning 3.11.3 will work correctly.
    
    Check [2] for more info.
    
    [1] python/cpython@04adf2d
    [2] redis#2633
    bellini666 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    63a7864 View commit details
    Browse the repository at this point in the history