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

[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. #28153

Merged

Commits on Sep 4, 2021

  1. bpo-45097: Remove incorrect deprecation warnings in asyncio.

    Deprecation warnings about the loop argument were incorrectly emitted
    in cases when the loop argument was used inside the asyncio library,
    not from user code.
    serhiy-storchaka committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0d0aa39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9538277 View commit details
    Browse the repository at this point in the history