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

Move to explicitly creating a new loop #3164

Merged
merged 5 commits into from Jul 14, 2022
Merged

Move to explicitly creating a new loop #3164

merged 5 commits into from Jul 14, 2022

Commits on Jul 13, 2022

  1. Move to explicitly creating a new loop

    - >= 3.10 add a warning that `get_event_loop` will not automatically create a loop
    - Move to explicit API
    
    Test:
    - `python3.11 -m venv --upgrade-deps /tmp/tb`
      - `/tmp/tb/bin/pip install -e .`
      - Install deps and no blackd as aiohttp + yarl can't build still with 3.11
      - aio-libs/aiohttp#6600
    - `export PYTHONWARNINGS=error`
    ```
    cooper@l33t:~/repos/black$ /tmp/tb/bin/black .
    All done! ✨ 🍰 ✨
    44 files left unchanged.
    ```
    
    Fixes #3110
    Cooper Ry Lees committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b611b64 View commit details
    Browse the repository at this point in the history
  2. Add to CHANGES.md

    Cooper Ry Lees committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    16d3127 View commit details
    Browse the repository at this point in the history
  3. Fix a cooper typo yet again

    Cooper Ry Lees committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c68563b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    082c98d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update CHANGES.md

    Fix my silly typo.
    
    Co-authored-by: Thomas Grainger <tagrain@gmail.com>
    cooperlees and graingert committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d2862de View commit details
    Browse the repository at this point in the history