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

work around the changes in 3.11, eg asyncio.TimeoutError is an OSError, and IsolatedAsyncioTestCase calls set_event_loop differently #6877

Merged
merged 7 commits into from
Aug 22, 2022

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    f9c86b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    355dc8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37fa089 View commit details
    Browse the repository at this point in the history
  4. disambiguate asyncio.TimeoutError from OSError

    in 3.11 asyncio.TimeoutError became an OSError
    graingert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e5789af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74340cb View commit details
    Browse the repository at this point in the history
  6. add changelog

    graingert committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a776ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    37b892c View commit details
    Browse the repository at this point in the history