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 race conditions, support Python 3.11 #295

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Fix race conditions, support Python 3.11 #295

wants to merge 8 commits into from

Commits on Feb 17, 2022

  1. Handle race conditions when multiple timeouts occurs at the same loop…

    … iteration or task was cancelled just before timeout occurs
    asvetlov committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    efca590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d8fd5 View commit details
    Browse the repository at this point in the history
  3. Add tests

    asvetlov committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a484e01 View commit details
    Browse the repository at this point in the history
  4. Test on Python 3.11-dev

    asvetlov committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6216748 View commit details
    Browse the repository at this point in the history
  5. Add a note

    asvetlov committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    74dbba4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    582d75e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90daa6b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Fix condition

    asvetlov committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    3af70e0 View commit details
    Browse the repository at this point in the history