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

[PR #8558/e48acaf7 backport][3.10] Add followup changelog message for #5278 #8576

Conversation

patchback[bot]
Copy link
Contributor

@patchback patchback bot commented Aug 1, 2024

This is a backport of PR #8558 as merged into master (e48acaf).

closes #8555

What do these changes do?

Improve the changelog documentation for #5278

#5278 removed the deprecation warning about having a running event loop and replaced it with
asyncio.get_running_loop() which will raise RuntimeError if there is no running loop.

Since the deprecation was done in #3372, which first appeared in https:/aio-libs/aiohttp/releases/tag/v3.5.0 (~5 years, 7 months ago), reverting and extending the deprecation period did not seem warranted as five years should be enough notice.

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
(cherry picked from commit e48acaf)
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (bf5a66f) to head (612e38e).
Report is 1 commits behind head on 3.10.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.10    #8576   +/-   ##
=======================================
  Coverage   97.57%   97.57%           
=======================================
  Files         108      108           
  Lines       33634    33634           
  Branches     4034     4034           
=======================================
  Hits        32819    32819           
  Misses        594      594           
  Partials      221      221           
Flag Coverage Δ
CI-GHA 97.48% <ø> (ø)
OS-Linux 97.15% <ø> (ø)
OS-Windows 94.69% <ø> (ø)
OS-macOS 96.81% <ø> (-0.01%) ⬇️
Py-3.10.11 96.91% <ø> (-0.01%) ⬇️
Py-3.10.14 96.87% <ø> (ø)
Py-3.11.9 97.11% <ø> (ø)
Py-3.12.4 97.22% <ø> (ø)
Py-3.8.10 94.43% <ø> (ø)
Py-3.8.18 96.77% <ø> (ø)
Py-3.9.13 96.92% <ø> (+<0.01%) ⬆️
Py-3.9.19 96.88% <ø> (ø)
Py-pypy7.3.16 96.45% <ø> (ø)
VM-macos 96.81% <ø> (-0.01%) ⬇️
VM-ubuntu 97.15% <ø> (ø)
VM-windows 94.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco merged commit 6dff116 into 3.10 Aug 1, 2024
31 of 32 checks passed
@bdraco bdraco deleted the patchback/backports/3.10/e48acaf7dd689dfb8f8f424257e463fdd0cec86a/pr-8558 branch August 1, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant