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

#11694 asyncioreactor state leak #11695

Merged
merged 6 commits into from Sep 28, 2022

Commits on Sep 27, 2022

  1. news fragment

    exarkun committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    08effe8 View commit details
    Browse the repository at this point in the history
  2. incidental formatting fix

    exarkun committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    46da056 View commit details
    Browse the repository at this point in the history
  3. Move the work-around into reactormixins.py

    Now AsyncioSelectReactor tests don't share a loop with each other so they're
    less likely to leak state onto each other.
    exarkun committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5ff4201 View commit details
    Browse the repository at this point in the history
  4. Fix the asyncio reactor test builder

    1. Give it a name that preserves the existing test names
    2. Make it a static method so it doesn't raise TypeError when called by the
       builder.
    exarkun committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a017e45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00d2b7a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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